Enum FontSourceType
Enum FontSourceType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Specifies the type of a font source.
public enum FontSourceType
Fields
FontFile = 0
represents single font file.
FontsFolder = 1
represents folder with font files.
MemoryFont = 2
represents single font in memory.