[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontFallbackScope

Enum FontFallbackScope

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Restricts the set of available fallback fonts for a TextLayout.

public enum FontFallbackScope

Fields

Default = 0

Search fallback fonts in the custom font collection, then search in the system fonts.

FontCollectionOnly = 1

Search fallback fonts in the custom font collection only, if any specified.

None = 2

Do not search for the font fallbacks.