Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LigatureType

    Show / Hide Table of Contents

    Class LigatureType

    Specifies the ligature type.

    Inheritance
    System.Object
    LigatureType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class LigatureType : Enum

    Fields

    All

    Applies all types of ligatures to the font.

    Declaration
    public const LigatureType All
    Field Value
    Type Description
    LigatureType

    Contextual

    Applies contextual ligatures to the font. Contextual ligatures are often designed to enhance readability, but may also be solely ornamental. Contextual ligatures may also be contextual alternates.

    Declaration
    public const LigatureType Contextual
    Field Value
    Type Description
    LigatureType

    ContextualDiscretional

    Applies contextual and discretional ligatures to the font.

    Declaration
    public const LigatureType ContextualDiscretional
    Field Value
    Type Description
    LigatureType

    ContextualHistorical

    Applies contextual and historical ligatures to the font.

    Declaration
    public const LigatureType ContextualHistorical
    Field Value
    Type Description
    LigatureType

    ContextualHistoricalDiscretional

    Applies contextual, historical, and discretional ligatures to a font.

    Declaration
    public const LigatureType ContextualHistoricalDiscretional
    Field Value
    Type Description
    LigatureType

    Discretional

    Applies discretional ligatures to the font. Discretional ligatures are most often designed to be ornamental at the discretion of the type developer.

    Declaration
    public const LigatureType Discretional
    Field Value
    Type Description
    LigatureType

    Historical

    Applies historical ligatures to the font. Historical ligatures are similar to standard ligatures in that they were originally intended to improve the readability of the font, but may look archaic to the modern reader.

    Declaration
    public const LigatureType Historical
    Field Value
    Type Description
    LigatureType

    HistoricalDiscretional

    Applies historical and discretional ligatures to the font.

    Declaration
    public const LigatureType HistoricalDiscretional
    Field Value
    Type Description
    LigatureType

    None

    Does not apply any ligatures to the font.

    Declaration
    public const LigatureType None
    Field Value
    Type Description
    LigatureType

    Standard

    Applies standard ligatures to the font. Standard ligatures are designed to enhance readability. Standard ligatures in Latin languages include "fi", "fl", and "ff", for example.

    Declaration
    public const LigatureType Standard
    Field Value
    Type Description
    LigatureType

    StandardContextual

    Applies standard and contextual ligatures to the font.

    Declaration
    public const LigatureType StandardContextual
    Field Value
    Type Description
    LigatureType

    StandardContextualDiscretional

    Applies standard, contextual and discretional ligatures to the font.

    Declaration
    public const LigatureType StandardContextualDiscretional
    Field Value
    Type Description
    LigatureType

    StandardContextualHistorical

    Applies standard, contextual, and historical ligatures to the font.

    Declaration
    public const LigatureType StandardContextualHistorical
    Field Value
    Type Description
    LigatureType

    StandardDiscretional

    Applies standard and discretional ligatures to the font.

    Declaration
    public const LigatureType StandardDiscretional
    Field Value
    Type Description
    LigatureType

    StandardHistorical

    Applies standard and historical ligatures to the font.

    Declaration
    public const LigatureType StandardHistorical
    Field Value
    Type Description
    LigatureType

    StandardHistoricalDiscretional

    Applies standard historical and discretional ligatures to the font.

    Declaration
    public const LigatureType StandardHistoricalDiscretional
    Field Value
    Type Description
    LigatureType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved