Edit

Share via


GetTableDelegate Delegate

Definition

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.

Applies to