Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontFallbackScope Enumeration

In This Topic
    FontFallbackScope Enumeration
    In This Topic
    Restricts the set of available fallback fonts for a TextLayout.
    Syntax
    'Declaration
     
    Public Enum FontFallbackScope 
       Inherits System.Enum
    public enum FontFallbackScope : System.Enum 
    Members
    MemberDescription
    DefaultSearch fallback fonts in the custom font collection, then search in the system fonts.
    FontCollectionOnlySearch fallback fonts in the custom font collection only, if any specified.
    NoneDo not search for the font fallbacks.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.FontFallbackScope

    See Also