• 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

    Class LayoutModeExtensions

    Extensions to LayoutMode.

    Inheritance
    object
    LayoutModeExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SixLabors.Fonts
    Assembly: SixLabors.Fonts.dll
    Syntax
    public static class LayoutModeExtensions

    Methods

    | Edit this page View Source

    IsHorizontal(LayoutMode)

    Gets a value indicating whether the layout mode is horizontal.

    Declaration
    public static bool IsHorizontal(this LayoutMode mode)
    Parameters
    Type Name Description
    LayoutMode mode

    The layout mode.

    Returns
    Type Description
    bool

    The bool.

    | Edit this page View Source

    IsVertical(LayoutMode)

    Gets a value indicating whether the layout mode is vertical.

    Declaration
    public static bool IsVertical(this LayoutMode mode)
    Parameters
    Type Name Description
    LayoutMode mode

    The layout mode.

    Returns
    Type Description
    bool

    The bool.

    | Edit this page View Source

    IsVerticalMixed(LayoutMode)

    Gets a value indicating whether the layout mode is vertical-mixed only.

    Declaration
    public static bool IsVerticalMixed(this LayoutMode mode)
    Parameters
    Type Name Description
    LayoutMode mode

    The layout mode.

    Returns
    Type Description
    bool

    The bool.

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