ruffle-core
    Preparing search index...

    Enumeration DeviceFontRenderer

    Specifies how device fonts should be rendered.

    Index

    Enumeration Members

    Enumeration Members

    Embedded: "embedded"

    Use Ruffle's embedded text rendering engine.

    It cannot access device fonts and uses fonts provided in the configuration and the default Noto Sans font as a fallback.

    This is the default method.

    Canvas: "canvas"

    Use an offscreen canvas for text rendering.

    It can access and render device fonts, glyphs are rendered as bitmaps.

    This is an experimental method and some features might not work properly.