public class MemoryFontSource
Constructor Summary |
---|
MemoryFontSource(byte[]fontData)
Ctor. |
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. |
public MemoryFontSource(byte[] fontData)
fontData
- Binary font data.public byte[] getFontData()
public int getType()