java.lang.Object
FontSourceBase
com.aspose.words.MemoryFontSource
public class MemoryFontSource
- extends FontSourceBase
Represents the single TrueType font file stored in memory.
MemoryFontSource
public MemoryFontSource(byte[] fontData)
-
Ctor.
- Parameters:
fontData
- Binary font data.
MemoryFontSource
public MemoryFontSource(byte[] fontData, int priority)
-
Ctor.
- Parameters:
fontData
- Binary font data.priority
- Font source priority. See the Priority property description for more information.
Property Getters/Setters Detail |
getFontData | |
public byte[] getFontData()
|
-
Binary font data.
-
Returns the font source priority.
This value is used when there are fonts with the same family name and style in different font sources.
In this case Aspose.Words selects the font from the source with the higher priority value.
The default value is 0.
getType | |
public int getType()
|
-
Returns the type of the font source.
The value of the property is FontSourceType integer constant.
-
Returns list of fonts available via this source.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.