• 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

    Struct BidiClass

    Represents the Unicode Bidi value of a given CodePoint. https://unicode.org/reports/tr9/#Table

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: SixLabors.Fonts.Unicode
    Assembly: SixLabors.Fonts.dll
    Syntax
    public readonly struct BidiClass

    Constructors

    | Edit this page View Source

    BidiClass(CodePoint)

    Initializes a new instance of the BidiClass struct.

    Declaration
    public BidiClass(CodePoint codePoint)
    Parameters
    Type Name Description
    CodePoint codePoint

    The codepoint.

    Properties

    | Edit this page View Source

    CharacterType

    Gets the Unicode Bidirectional character type.

    Declaration
    public BidiCharacterType CharacterType { get; }
    Property Value
    Type Description
    BidiCharacterType
    | Edit this page View Source

    PairedBracketType

    Gets the Unicode Bidirectional paired bracket type.

    Declaration
    public BidiPairedBracketType PairedBracketType { get; }
    Property Value
    Type Description
    BidiPairedBracketType

    Methods

    | Edit this page View Source

    TryGetPairedBracket(out CodePoint)

    Gets the codepoint representing the bracket pairing for this instance.

    Declaration
    public bool TryGetPairedBracket(out CodePoint codePoint)
    Parameters
    Type Name Description
    CodePoint codePoint

    When this method returns, contains the codepoint representing the bracket pairing for this instance; otherwise, the default value for the type of the codePoint parameter. This parameter is passed uninitialized. .

    Returns
    Type Description
    bool

    true if this instance has a bracket pairing; otherwise, false

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