コード例 #1
0
ファイル: GlyphReader.cs プロジェクト: hobosoft/FO.NET
 public GlyphReader(FontFileReader reader)
 {
     this.reader    = reader;
     this.glyfEntry = reader.GetDictionaryEntry(TableNames.Glyf);
     this.loca      = reader.GetIndexToLocationTable();
 }
コード例 #2
0
ファイル: GlyphReader.cs プロジェクト: nholik/Fo.Net
 public GlyphReader(FontFileReader reader) {
     this.reader = reader;
     this.glyfEntry = reader.GetDictionaryEntry(TableNames.Glyf);
     this.loca = reader.GetIndexToLocationTable();
 }