Draw unicode4d glyphs working
This commit is contained in:
parent
df5efd4dab
commit
5dfd954db1
9 changed files with 223 additions and 90 deletions
|
|
@ -391,6 +391,10 @@ public enum UnicodePlaneᶻᴰ {
|
|||
return leftToRight;
|
||||
}
|
||||
|
||||
public boolean isPlane0() {
|
||||
return getStart() < 0xFFFF;
|
||||
}
|
||||
|
||||
public static UnicodePlaneᶻᴰ valueOfUnicode(int unicode) {
|
||||
for (UnicodePlaneᶻᴰ value:values()) {
|
||||
if (unicode >= value.getStart() && unicode <= value.getStop()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue