Preparing search index...

    Single entry within a FontCollection, pairing a Font or FontFamily asset with weight and italic style attributes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    asset: Font | FontFamily

    Font or FontFamily asset referenced by this entry.

    id: Uuid

    The unique id of the entity.

    italic: boolean

    Whether the entry's asset should be rendered in italic style.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    type: string

    The entity's type.

    weight: number

    Numeric font weight (e.g. 400 for regular, 700 for bold) associated with the entry's asset.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean