java.lang.Object
FontSourceBase
com.aspose.cells.MemoryFontSource
public class MemoryFontSource
- extends FontSourceBase
Represents the single TrueType font file stored in memory.
Property Getters/Setters Summary |
byte[] | getFontData() | |
|
Binary font data.
|
int | getType() | |
|
Returns the type of the font source.
The value of the property is FontSourceType integer constant. |
MemoryFontSource
public MemoryFontSource(byte[] fontData)
-
Ctor.
- Parameters:
fontData
- Binary font data.
Property Getters/Setters Detail |
getFontData | |
public byte[] getFontData()
|
-
Binary font data.
getType | |
public int getType()
|
-
Returns the type of the font source.
The value of the property is FontSourceType integer constant.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.