Font class

A FIGfont is a file which represents the graphical arrangement of characters representing larger characters.

Since a FIGfont file is a text file, it can be created with any text editing program on any platform. The filename of a FIGfont file must end with ".flf", which stands for "FIGLettering Font".

Constructors

Font()

Properties

baseLine int?
getter/setter pair
hardblank int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
horizontalLayouts List<HorizontalLayout>?
getter/setter pair
isFullWidthLayout bool
no setter
maxCharacterLength int?
getter/setter pair
printDirection PrintDirection?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCharacter(int runeCode, int characterWidth, List<String> characterLines) → void
getCharacter(int rune) Character?
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

Static Methods

memory(Uint8List bytes, {Encoding codec = utf8}) Font
text(String text) Font