CustomFontFolderOptions

CustomFontFolderOptions enumeration

Options for custom font folder specification.

public enum CustomFontFolderOptions

Values

NameValueDescription
AddFolderForSingleFile0Adds specified folders to default font folders for this one file
AddFolderForAll1Adds specified folders to default font folders for all files
ReplaceFolderForSingleFile2Uses only specified font folders (without default folders) for this one file
ReplaceFolderForAll3Uses only specified font folders (without default folders) for this one file

See Also