PdfSharp.Fonts.OpenType.GlyphDataTable.Read C# (CSharp) Method

Read() public method

Converts the bytes in a handy representation
public Read ( ) : void
return void
    public void Read()
    {
      try
      {
        // not yet needed...
      }
      catch (Exception ex)
      {
        throw ex;
      }
    }