IGlyphTypefaceTryGetTable Method

Returns the contents of the table data for the specified tag.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryGetTable(
	uint tag,
	out byte[] table
)

Parameters

tag  UInt32
The table tag to get the data for.
table  Byte
The contents of the table data for the specified tag.

Return Value

Boolean
Returns true if the content exists, otherwise false.

See Also