Documents for PDF, .NET Edition Documentation
FontFallbackScope Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : FontFallbackScope Enumeration
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

Reference

GrapeCity.Documents.Text Namespace