aspose.cells

Class FontSourceType

Utility class containing constants. Specifies the type of a font source.

Field Summary
const  NumberFONT_FILE
represents single font file.
const  NumberFONTS_FOLDER
represents folder with font files.
const  NumberMEMORY_FONT
represents single font in memory.
 

    • Field Detail

      • FONT_FILE

        const Number FONT_FILE
        represents single font file.
      • FONTS_FOLDER

        const Number FONTS_FOLDER
        represents folder with font files.
      • MEMORY_FONT

        const Number MEMORY_FONT
        represents single font in memory.