GetTableDelegate Delegate
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.
Represents a callback method that retrieves a font table blob.
public delegate HarfBuzzSharp.Blob GetTableDelegate(Face face, Tag tag);
Parameters
- face
- Face
The font face being queried.
- tag
- Tag
The table tag to retrieve.
Return Value
A Blob containing the table data, or null if not found.