IGlyphTypefaceTryGetTable Method
Returns the contents of the table data for the specified tag.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryGetTable(
uint tag,
out byte[] table
)
Function TryGetTable (
tag As UInteger,
<OutAttribute> ByRef table As Byte()
) As Boolean
abstract TryGetTable :
tag : uint32 *
table : byte[] byref -> bool
- tag UInt32
- The table tag to get the data for.
- table Byte
- The contents of the table data for the specified tag.
BooleanReturns
true if the content exists, otherwise
false.