[]
        
(Showing Draft Content)

C1.Util.FontSubSet.BigEndianBinaryReader

FontSubSet.BigEndianBinaryReader Class

TTF files are stored in big-endian format, we need special readers and writers

Inheritance
FontSubSet.BigEndianBinaryReader
Implements
Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public class FontSubSet.BigEndianBinaryReader : BinaryReader, IDisposable

Constructors

Name Description
BigEndianBinaryReader(Stream)
BigEndianBinaryReader(Stream, bool)

Methods

Name Description
Dispose(bool)
ReadChar()
ReadChars(int)
ReadDouble()
ReadInt16()
ReadInt32()
ReadInt64()
ReadSingle()
ReadUInt16()
ReadUInt32()
ReadUInt64()