コード例 #1
0
 /// <summary>
 /// Converts the font into its binary representation.
 /// </summary>
 public override void Write(OpenTypeFontWriter writer)
 {
     writer.Write(_bytes, 0, DirectoryEntry.PaddedLength);
 }
コード例 #2
0
 /// <summary>
 /// Converts the font into its binary representation.
 /// </summary>
 public override void Write(OpenTypeFontWriter writer)
 {
     writer.Write(_irefDirectoryEntry.FontTable._fontData.FontSource.Bytes, _irefDirectoryEntry.Offset, _irefDirectoryEntry.PaddedLength);
 }
コード例 #3
0
 /// <summary>
 /// Converts the font into its binary representation.
 /// </summary>
 public override void Write(OpenTypeFontWriter writer)
 {
     writer.Write(GlyphTable, 0, DirectoryEntry.PaddedLength);
 }