FontFormat
Specifies types of font formats supported for serving by the system.
Content copied to clipboard
elide.page.Context.Fonts.FontFormat
Properties
Link copied to clipboard
Embedded OpenType (EOT).
Content copied to clipboard
EMBEDDED_OPENTYPE = 6;
Link copied to clipboard
OpenType Format (OTF).
Content copied to clipboard
OPENTYPE = 1;
Link copied to clipboard
TrueType Format (TTF).
Content copied to clipboard
TRUETYPE = 2;
Link copied to clipboard
Unspecified font format.
Content copied to clipboard
UNSPECIFIED_FORMAT = 0;
Link copied to clipboard
Scalable Vector Graphics (SVG).
Content copied to clipboard
VECTOR = 3;
Link copied to clipboard
Web Open Font Format 2 (WOFF2).
Content copied to clipboard
WEBFONT2 = 5;
Link copied to clipboard
Web Open Font Format (WOFF).
Content copied to clipboard
WEBFONT = 4;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.