Added a FIXME comment.
This commit is contained in:
parent
9f78cabb18
commit
e18a4417dc
1 changed files with 4 additions and 0 deletions
|
@ -1220,6 +1220,10 @@ public class TibetanDocument extends DefaultStyledDocument {
|
||||||
if (i != start) {
|
if (i != start) {
|
||||||
dc_array = (DuffCode[])dcs.toArray(any_dc_array);
|
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
|
// SPEED_FIXME: determining font size might be slow
|
||||||
int fontSize = 72; /* the failure ought to be
|
int fontSize = 72; /* the failure ought to be
|
||||||
obvious at this size */
|
obvious at this size */
|
||||||
|
|
Loading…
Reference in a new issue