ruffle-core
    Preparing search index...

    Interface DefaultFonts

    Defines the names of the fonts to use for each "default" Flash device font.

    The name of each font provided will be used, in priority order.

    For example, defining sans: ["Helvetica", "Arial"] would use Helvetica if present, before trying Arial.

    interface DefaultFonts {
        sans?: string[];
        serif?: string[];
        typewriter?: string[];
        japaneseGothic?: string[];
        japaneseGothicMono?: string[];
        japaneseMincho?: string[];
    }
    Index

    Properties

    sans?: string[]

    _sans, a Sans-Serif font (similar to Helvetica or Arial)

    serif?: string[]

    _serif, a Serif font (similar to Times Roman)

    typewriter?: string[]

    _typewriter, a Monospace font (similar to Courier)

    japaneseGothic?: string[]

    _ゴシック, a Japanese Gothic font

    japaneseGothicMono?: string[]

    _等幅, a Japanese Gothic Mono font

    japaneseMincho?: string[]

    _明朝, a Japanese Mincho font