Font class abstract
Constructors
- Font()
Properties
Methods
-
axisValue(
int axisTag) → double -
computeShape(
String text, List< TextRun> runs) → TextShapeResult -
dispose(
) → void -
extractGlyphPath(
int glyphId) → RawPath -
getPath(
int glyphId) → RawPath -
getUiPath(
int glyphId) → Path -
lineHeight(
double fontSize) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shape(
String text, List< TextRun> runs) → TextShapeResult -
toString(
) → String -
A string representation of this object.
inherited
-
withOptions(
Iterable< FontAxisCoord> coords, Iterable<FontFeature> features) → Font?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
Uint8List bytes) → Font? -
disableFallback(
) → void -
enableFallback(
) → void -
initialize(
) → void -
setFallbacks(
List< Font> fonts) → void -
withFallbacks<
T> (T callback()) → T -
withoutFallbacks<
T> (T callback()) → T