asposecells.api

Class MemoryFontSource

Represents the single TrueType font file stored in memory.

Constructor Summary
MemoryFontSource(fontData)
Ctor.
 
Property Getters/Setters Summary
methodgetFontData()
Binary font data.
methodgetType()
Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

    • Constructor Detail

      • MemoryFontSource

        MemoryFontSource(fontData)
        Ctor.
        Parameters:
        fontData: byte[] - Binary font data.
    • Property Getters/Setters Detail

      • getFontData : byte[] 

        byte[] getFontData()
        
        Binary font data.
      • getType : int 

        int getType()
        
        Returns the type of the font source. The value of the property is FontSourceType integer constant.