ACIP font shrinking as in {KA (GA)} is now supported.
This commit is contained in:
parent
07e360d9a8
commit
d8657abd44
3 changed files with 33 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue