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
| Face(GetTableDelegate) |
Creates a new Face instance, using the delegate to assemble the data. |
| Face(Blob, Int32) |
Creates a new Face instance, using the specified typeface blob. |
| Face(Blob, UInt32) |
Creates a new Face instance, using the specified typeface blob. |
| Face(GetTableDelegate, ReleaseDelegate) |
Face(GetTableDelegate)
Creates a new Face instance, 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)
public Face(HarfBuzzSharp.GetTableDelegate getTable, HarfBuzzSharp.ReleaseDelegate destroy);
Parameters
- getTable
- GetTableDelegate
- destroy
- ReleaseDelegate