[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontFallbackScope

FontFallbackScope Enum

Restricts the set of available fallback fonts for a TextLayout.

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
public enum FontFallbackScope
Public Enum FontFallbackScope

Fields

Name Description
Default

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

FontCollectionOnly

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

None

Do not search for the font fallbacks.