PdfStandardFontFamily enum

The three base-14 type families the editors write text with - a sans-serif, serif, and monospace pick that every viewer renders without embedding. The bold/italic variants of each are individual PdfStandardFont values; this is the axis the UI's family picker selects, orthogonal to the bold/italic toggles.

Inheritance
Available extensions

Values

sans → const PdfStandardFontFamily

Helvetica.

const PdfStandardFontFamily('Sans')
serif → const PdfStandardFontFamily

Times.

const PdfStandardFontFamily('Serif')
mono → const PdfStandardFontFamily

Courier.

const PdfStandardFontFamily('Mono')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String
A short human label for a font picker.
final
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<PdfStandardFontFamily>
A constant List of the values in this enum, in order of their declaration.