/// <summary> /// Converts the font into its binary representation. /// </summary> public override void Write(OpenTypeFontWriter writer) { writer.Write(this.glyphTable, 0, DirectoryEntry.PaddedLength); }
/// <summary> /// Converts the font into its binary representation. /// </summary> public override void Write(OpenTypeFontWriter writer) { writer.Write(this.irefDirectoryEntry.FontTable.fontData.Data, this.irefDirectoryEntry.Offset, this.irefDirectoryEntry.PaddedLength); }
/// <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); }
/// <summary> /// Converts the font into its binary representation. /// </summary> public override void Write(OpenTypeFontWriter writer) { writer.Write(_bytes, 0, DirectoryEntry.PaddedLength); }
/// <summary> /// Converts the font into its binary representation. /// </summary> public override void Write(OpenTypeFontWriter writer) { writer.Write(this.bytes, 0, DirectoryEntry.PaddedLength); }
/// <summary> /// Converts the font into its binary representation. /// </summary> public override void Write(OpenTypeFontWriter writer) { writer.Write(GlyphTable, 0, DirectoryEntry.PaddedLength); }