asposecells.api

Class FontSourceType

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

Field Summary
const  intFONT_FILE
represents single font file.
const  intFONTS_FOLDER
represents folder with font files.
const  intMEMORY_FONT
represents single font in memory.
 

    • Field Detail

      • FONT_FILE

        const int FONT_FILE
        represents single font file.
      • FONTS_FOLDER

        const int FONTS_FOLDER
        represents folder with font files.
      • MEMORY_FONT

        const int MEMORY_FONT
        represents single font in memory.