FontFile
Overview
FontFile is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject, INamedObject.
Font file contains definitions for glyphs, this is used to create text profile.
This class provides 7 methods for working with FontFile objects in .NET programs.
Available methods include: A3DObject, FindProperty, FromFile, GetProperty, Parse, RemoveProperty, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Name, Properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the collection of all properties. |
Methods
| Signature | Description |
|---|---|
FromFile(fileName: string) | Not implemented in the FOSS edition — throws at runtime. Load FontFile from file name |
Parse(bytes: byte[]) | Not implemented in the FOSS edition — throws at runtime. Calls Parse(bytes) on this FontFile instance. |
A3DObject() | Initializes a new instance of the A3DObject class with no name. |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. |