Preparing search index...

    Maps a single Font asset to a specific style (weight and italic flag) within a FontFamily.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    font: Font

    Font asset assigned to this style entry.

    id: Uuid

    The unique id of the entity.

    italic: boolean

    Whether this entry represents the italic variant of its weight.

    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) represented by this entry.

    Methods

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

      Parameters

      • type: string

      Returns boolean