示例#1
0
 public GlyphReader(FontFileReader reader)
 {
     this.reader    = reader;
     this.glyfEntry = reader.GetDictionaryEntry(TableNames.Glyf);
     this.loca      = reader.GetIndexToLocationTable();
 }
示例#2
0
 public GlyphReader(FontFileReader reader) {
     this.reader = reader;
     this.glyfEntry = reader.GetDictionaryEntry(TableNames.Glyf);
     this.loca = reader.GetIndexToLocationTable();
 }