[]
TTF files are stored in big-endian format, we need special readers and writers
public class FontSubSet.BigEndianBinaryReader : BinaryReader, IDisposable
Name | Description |
---|---|
BigEndianBinaryReader(Stream) | |
BigEndianBinaryReader(Stream, bool) |
Name | Description |
---|---|
Dispose(bool) | |
ReadChar() | |
ReadChars(int) | |
ReadDouble() | |
ReadInt16() | |
ReadInt32() | |
ReadInt64() | |
ReadSingle() | |
ReadUInt16() | |
ReadUInt32() | |
ReadUInt64() |