Expand description
Version 2 of the Font Manifest schema.
Structs§
- Asset
- Represents a single font file, which contains one or more
Typeface
s. - Family
- Represents a font family, its metadata, and its font files.
- Font
Family Alias Set - Represents a set of font family aliases, and optionally, typeface properties that should be applied when treating those aliases as the canonical family.
- Fonts
Manifest - Version 2 of the Font Manifest schema.
- Local
File Locator - Describes the location of a local file asset. Used in conjunction with
Asset::file_name
. - Package
Locator - Describes the location of a font asset that’s part of a Fuchsia package. Used in conjunction
with
Asset::file_name
. - Settings
- Font provider service settings.
- Style
- Describes a typeface’s style properties. Equivalent to
fidl_fuchsia_fonts::Style2
, but all fields are required. - Typeface
- Describes a single typeface within a font file
- Typeface
Id - Reference to a typeface, for use in specifying a fallback order.
Enums§
- Asset
Location - Describes the location of a font asset (excluding its file name).