fontSetMultichannelSignedDistanceField(fontRid:msdf:)

    If set to true, glyphs of all sizes are rendered using single multichannel signed distance field generated from the dynamic font vector data. MSDF rendering allows displaying the font at any scaling factor without blurriness, and without incurring a CPU cost when the font size changes (since the font no longer needs to be rasterized on the CPU). As a downside, font hinting is not available with MSDF. The lack of font hinting may result in less crisp and less readable fonts at small sizes.

    TextServer.swift:1613
    final func fontSetMultichannelSignedDistanceField(fontRid: RID, msdf: Bool)

    Other members in extension

    Types

    Type members

    Instance members