PMFont class
Represents a Font. Objects of this class must be generated by the FontReader class.
Constructors
- PMFont()
Properties
- entrySelector ↔ dynamic
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- numGlyphs ↔ dynamic
-
read / write
- numTables ↔ dynamic
-
read / write
- rangeShift ↔ dynamic
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- searchRange ↔ dynamic
-
read / write
- sfntVersion ↔ dynamic
-
read / write
- tables ↔ dynamic
-
read / write
Methods
-
generatePathForCharacter(
dynamic cIndex) → Path - Converts a character into a Flutter Path you can directly draw on a Canvas
-
generateSVGPathForCharacter(
dynamic cIndex) → String - Takes a character code and returns an SVG Path string.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited