From e18a4417dc86b18d9250d58f1ccb28b33f10428e Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 12 Jun 2004 02:26:28 +0000 Subject: [PATCH] Added a FIXME comment. --- source/org/thdl/tib/text/TibetanDocument.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/org/thdl/tib/text/TibetanDocument.java b/source/org/thdl/tib/text/TibetanDocument.java index f16c52e..0846679 100644 --- a/source/org/thdl/tib/text/TibetanDocument.java +++ b/source/org/thdl/tib/text/TibetanDocument.java @@ -1220,6 +1220,10 @@ public class TibetanDocument extends DefaultStyledDocument { if (i != start) { dc_array = (DuffCode[])dcs.toArray(any_dc_array); + /* Low-priority FIXME: If the font size + changes within a tsheg bar, the roman + output will not mimic such changes. */ + // SPEED_FIXME: determining font size might be slow int fontSize = 72; /* the failure ought to be obvious at this size */