Class FontFactory
FontFactory class
Contains functionality for opening fonts of different types and other methods for creating various objects.
public class FontFactory
Constructors
Name | Description |
---|---|
FontFactory() | Constructor |
Methods
Name | Description |
---|---|
Open(FontDefinition) | Opens a font, using FontDefinition object. |
Open(FontType, byte[]) | Opens a font, using font type and font data byte array. |
Open(FontType, StreamSource) | Opens a font, using font type and stream source. |
Open(FontType, string) | Opens a font, using font type and font file name. |
See Also
- namespace Aspose.Font
- assembly Aspose.Font