getGlyphBoundingBox method
Gets bounding box de a glifo as object
Implementation
GlyphBoundingBox? getGlyphBoundingBox(String glyphName) {
return getGlyphInfo(glyphName)?.boundingBox;
}
Gets bounding box de a glifo as object
GlyphBoundingBox? getGlyphBoundingBox(String glyphName) {
return getGlyphInfo(glyphName)?.boundingBox;
}