@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsFont

    A font definition used in form dressing.

    interface FormsFont {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier of the font.

    name: string

    The display name of the font.