Skip to main content

TryGetTable Method

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

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

bool TryGetTable(
uint tag,
out byte[] table
)
View Source

Parameters

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

Return Value

Boolean
Returns true if the content exists, otherwise false.

See Also

Reference

IGlyphTypeface Interface
Avalonia.Media Namespace