ACIP font shrinking as in {KA (GA)} is now supported.

This commit is contained in:
dchandler 2003-09-07 18:30:59 +00:00
parent 07e360d9a8
commit d8657abd44
3 changed files with 33 additions and 5 deletions

View file

@ -35,6 +35,9 @@ public class ACIPString {
public static boolean isLatin(int type) {
return (type != TIBETAN_NON_PUNCTUATION
&& type != TIBETAN_PUNCTUATION
&& type != TSHEG_BAR_ADORNMENT
&& type != START_PAREN
&& type != END_PAREN
&& type != START_SLASH
&& type != END_SLASH);
}