Пример #1
0
            public uint nonDefaultUVSOffset;            // Offset from the start of the format 14 subtable to Non-Default UVS Table. May be 0.

            public void Read(TTFReader r)
            {
                this.varSelector = r.ReadUInt24();
                r.ReadInt(out this.defaultUVSOffset);
                r.ReadInt(out this.nonDefaultUVSOffset);
            }