PdfSharp.Fonts.OpenType.GlyphDataTable.GetOffset C# (CSharp) 메소드

GetOffset() 공개 메소드

Gets the offset of the specified glyph relative to the first byte of the font image.
public GetOffset ( int glyph ) : int
glyph int
리턴 int
    public int GetOffset(int glyph)
    {
      return DirectoryEntry.Offset + this.fontData.loca.locaTable[glyph];
    }