typograph-editor-documentation
    Preparing search index...

    Class FontManagerDialog

    Index
    active: boolean
    container: HTMLElement
    containerid: string
    content: HTMLElement
    dialoglayer: HTMLElement
    documentfonts: boolean
    first_x: number
    first_y: number
    fontmanager: FontManager
    fontsample: FontSample
    height: number
    id: string
    nrofactivefonts: number
    nrofdocumentfonts: number
    nroffonts: number
    nrofuploadfonts: number
    offsetx: number
    offsety: number
    orinal_x: number
    orinal_y: number
    selectedfont: number
    switches: Switch[]
    type: string
    uploaded: boolean
    width: number
    • Parameters

      • e: { target: HTMLElement }

      Returns void

    • Parameters

      • e: { target: HTMLInputElement }

      Returns void

    • Parameters

      • option: baseline_option

      Returns void

    • Parameters

      • id: string
      • state: number

      Returns void

    • The footer's font-fault line: what the FontManager could not load, or loaded without the metrics it needs.

      Three faults reach here — a family the document names but never loaded, a face whose binary carries no usable OS/2.sTypoAscender, and a face whose file could not be fetched. All three leave the text LOOKING plausible while its first baseline is wrong, and the first one looks perfect on the machine that made the template, because the browser resolves the family from the system. That is why it belongs in front of a person rather than in a console.

      The sentence comes from the canvas, so this dialog and the console cannot drift on what a fault means; this only decides how many of them to show at once.

      Returns void