[]
Describes the charstring for one glyph.
public class CffTable.CharString
Gets the binary data of the charstring.
public byte[] Bytes { get; }
Maximum x for coordinate data.
public float XMax { get; }
Minimum x for coordinate data.
public float XMin { get; }
Gets maximum Y for coordinate data.
public float YMax { get; }
Minimum y for coordinate data.
public float YMin { get; }