On this page
Properties

Type Alias GlyphPosition

The glyph's position

type GlyphPosition = {
    metrics: GlyphMetrics;
    rect: Rect;
}
Index

Properties

Properties

metrics: GlyphMetrics
rect: Rect
Was this helpful?
SDK JS
Reference
GlyphPosition