Unicode4D added scale factor

This commit is contained in:
Willem Cazander 2022-03-30 20:19:15 +02:00
parent f3fa4ffbf3
commit efcca76c27
2 changed files with 14 additions and 7 deletions

View file

@ -150,6 +150,10 @@ public class DrawCharacter {
return p;
}
public List<V072Tong> getTongs() {
return tongs;
}
public List<DrawGlyphContour> getContours() {
return contours;
}