GlyphInfo class

GlyphInfo, font characters glyphs info.

Constructors

GlyphInfo.fromPointer(Pointer<GlyphInfo> pointer)
GlyphInfo, font characters glyphs info.
GlyphInfo.fromRef(GlyphInfo ref)
GlyphInfo, font characters glyphs info.

Properties

advanceX int
Character advance position X,
no setter
hashCode int
The hash code for this object.
no setterinherited
image Image
Character image data
no setter
offsetX int
Character offset X when drawing,
no setter
offsetY int
Character offset Y when drawing,
no setter
ref ↔ GlyphInfo
Native reference.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Character value (Unicode),
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited