Face Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Face(GetTableDelegate) |
Initializes a new instance of the Face class, using the delegate to assemble the data. |
| Face(Blob, Int32) |
Initializes a new instance of the Face class, using the specified typeface blob. |
| Face(Blob, UInt32) |
Initializes a new instance of the Face class, using the specified typeface blob. |
| Face(GetTableDelegate, ReleaseDelegate) |
Initializes a new instance of the Face class, using the delegate to assemble the data. |
Face(GetTableDelegate)
Initializes a new instance of the Face class, using the delegate to assemble the data.
public Face(HarfBuzzSharp.GetTableDelegate getTable);
Parameters
- getTable
- GetTableDelegate
The delegate to retrieve the table data.
Applies to
Face(GetTableDelegate, ReleaseDelegate)
Initializes a new instance of the Face class, using the delegate to assemble the data.
public Face(HarfBuzzSharp.GetTableDelegate getTable, HarfBuzzSharp.ReleaseDelegate destroy);
Parameters
- getTable
- GetTableDelegate
The delegate to retrieve the table data.
- destroy
- ReleaseDelegate
The delegate to call when the face is destroyed, or null.