Class MaxProfileTable
public class MaxProfileTable
- Inheritance
-
MaxProfileTable
- Inherited Members
Constructors
MaxProfileTable(ReadOnlySpan<byte>)
public MaxProfileTable(ReadOnlySpan<byte> data)
Parameters
dataReadOnlySpan<byte>
Properties
NumGlyphs
public ushort NumGlyphs { get; }
Property Value
Methods
CreateSubset(ReadOnlySpan<byte>, ushort)
Copies a maxp table with the compact glyph count.
public static byte[] CreateSubset(ReadOnlySpan<byte> source, ushort numGlyphs)
Parameters
sourceReadOnlySpan<byte>numGlyphsushort
Returns
- byte[]