Added a FIXME comment.

This commit is contained in:
dchandler 2004-06-12 02:26:28 +00:00
parent 9f78cabb18
commit e18a4417dc
1 changed files with 4 additions and 0 deletions

View File

@ -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 */