• 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 LayoutMode

    Defines modes to determine the layout direction of text.

    Namespace: SixLabors.Fonts
    Assembly: SixLabors.Fonts.dll
    Syntax
    [Flags]
    public enum LayoutMode

    Fields

    Name Description
    HorizontalBottomTop

    Text is laid out horizontally from bottom to top.

    HorizontalTopBottom

    Text is laid out horizontally from top to bottom.

    VerticalLeftRight

    Text is laid out vertically from left to right.

    VerticalMixedLeftRight

    Text is laid out vertically from left to right. Horizontal glyphs are rotated 90 degrees clockwise.

    VerticalMixedRightLeft

    Text is laid out vertically from right to left. Horizontal glyphs are rotated 90 degrees clockwise.

    VerticalRightLeft

    Text is laid out vertically from right to left.

    Extension Methods

    LayoutModeExtensions.IsHorizontal(LayoutMode)
    LayoutModeExtensions.IsVertical(LayoutMode)
    LayoutModeExtensions.IsVerticalMixed(LayoutMode)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX