• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • SixLabors.Fonts
      • ColorFontSupport
      • Font
      • FontCollection
      • FontCollectionExtensions
      • FontDescription
      • FontException
      • FontFamily
      • FontFamilyNotFoundException
      • FontMetrics
      • FontRectangle
      • FontStyle
      • Glyph
      • GlyphBounds
      • GlyphColor
      • GlyphLayoutMode
      • GlyphMetrics
      • GlyphMissingException
      • GlyphRendererParameters
      • GlyphType
      • HintingMode
      • HorizontalAlignment
      • HorizontalMetrics
      • IColorGlyphRenderer
      • IFontCollection
      • IGlyphRenderer
      • IGlyphRendererExtensions
      • IMetricsHeader
      • IReadOnlyFontCollection
      • IReadOnlySystemFontCollection
      • InvalidFontFileException
      • InvalidFontTableException
      • KerningMode
      • LayoutMode
      • LayoutModeExtensions
      • MissingFontTableException
      • SystemFonts
      • TextAlignment
      • TextAttributes
      • TextDecorations
      • TextDirection
      • TextJustification
      • TextMeasurer
      • TextOptions
      • TextRenderer
      • TextRun
      • VerticalAlignment
      • VerticalMetrics
      • WordBreaking
    • SixLabors.Fonts.Tables.AdvancedTypographic
      • FeatureTags
      • GlyphClassDef
      • Tag
    • SixLabors.Fonts.Tables.TrueType
      • TrueTypeGlyphMetrics
    • SixLabors.Fonts.Unicode
      • ArabicJoiningClass
      • ArabicJoiningGroup
      • ArabicJoiningType
      • BidiCharacterType
      • BidiClass
      • BidiPairedBracketType
      • CodePoint
      • GraphemeClusterClass
      • IndicPositionalCategory
      • IndicSyllabicCategory
      • LineBreakClass
      • MemoryExtensions
      • ScriptClass
      • SpanCodePointEnumerator
      • SpanGraphemeEnumerator
      • VerticalOrientationType
    • SixLabors.Fonts.WellKnownIds
      • KnownNameIds

    Enum BidiCharacterType

    Provides enumeration for the Unicode Bidirectional character types. https://unicode.org/reports/tr9/#Table Bidirectional Character Types.

    Namespace: SixLabors.Fonts.Unicode
    Assembly: SixLabors.Fonts.dll
    Syntax
    public enum BidiCharacterType

    Fields

    Name Description
    ArabicLetter

    Arabic Letter.

    ArabicNumber

    Arabic Number.

    BoundaryNeutral

    Boundary Neutral.

    CommonSeparator

    Common Separator

    EuropeanNumber

    European Number

    EuropeanSeparator

    European Separator

    EuropeanTerminator

    European Terminator

    FirstStrongIsolate

    First Strong Isolate

    LeftToRight

    Left-to-right.

    LeftToRightEmbedding

    Left-to-right Embedding.

    LeftToRightIsolate

    Left-to-right Isolate

    LeftToRightOverride

    Left-to-right Override

    NonspacingMark

    Nonspacing Mark.

    OtherNeutral

    Other Neutral.

    ParagraphSeparator

    Paragraph Separator

    PopDirectionalFormat

    Pop Directional Format

    PopDirectionalIsolate

    Pop Directional Isolate.

    RightToLeft

    Right-to-left.

    RightToLeftEmbedding

    Right-to-left Embedding

    RightToLeftIsolate

    Right-to-left Isolate.

    RightToLeftOverride

    Right-to-left Override.

    SegmentSeparator

    Segment Separator

    Whitespace

    White Space.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX