VisibleCharactersBehavior

    TextServer.swift:197
    enum VisibleCharactersBehavior

    Cases

    • case charsBeforeShaping

      Trims text before the shaping. e.g, increasing visibleCharacters or visibleCharacters value is visually identical to typing the text.

    • case charsAfterShaping

      Displays glyphs that are mapped to the first visibleCharacters or visibleCharacters characters from the beginning of the text.

    • case glyphsAuto

      Displays visibleRatio or visibleRatio glyphs, starting from the left or from the right, depending on layoutDirection value.

    • case glyphsLtr

      Displays visibleRatio or visibleRatio glyphs, starting from the left.

    • case glyphsRtl

      Displays visibleRatio or visibleRatio glyphs, starting from the right.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (223) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features