Method | Description | |
---|---|---|
AddTable ( PdfSharp.Fonts.OpenType.OpenTypeFontTable fontTable ) : void |
Adds the specified table to this font image.
|
|
CreateFontSubSet ( object>.Dictionary |
Creates a new font image that is a subset of this font image containing only the specified glyphs.
|
|
FontData ( PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XPdfFontOptions options ) : System |
Initializes a new instance of the FontData class.
|
|
FontData ( byte data ) : System |
Initializes a new instance of the FontData class.
|
|
Read ( byte buffer ) : void |
Reads the specified buffer.
|
|
Read ( byte buffer, int offset, int length ) : void |
Reads the specified buffer.
|
|
ReadByte ( ) : byte |
Reads a System.Byte.
|
|
ReadBytes ( int size ) : byte[] |
Reads a System.Byte[] with the specified size.
|
|
ReadFWord ( ) : short |
Reads a System.Int16.
|
|
ReadFixed ( ) : |
Reads a System.Int32.
|
|
ReadLong ( ) : int |
Reads a System.Int32.
|
|
ReadLongDate ( ) : long |
Reads a System.Int64.
|
|
ReadShort ( ) : short |
Reads a System.Int16.
|
|
ReadString ( int size ) : string |
Reads a System.String with the specified size.
|
|
ReadTag ( ) : string |
Reads a System.Char[4] as System.String.
|
|
ReadUFWord ( ) : ushort |
Reads a System.UInt16.
|
|
ReadULong ( ) : uint |
Reads a System.UInt32.
|
|
ReadUShort ( ) : ushort |
Reads a System.UInt16.
|
|
Seek ( string tag ) : int | ||
SeekOffset ( int offset ) : int |
Method | Description | |
---|---|---|
Compile ( ) : void |
Compiles the font to its binary representation.
|
|
CreateGdiFontImage ( PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XPdfFontOptions options ) : void |
Create the font image using GDI+ functionality.
|
|
CreateWpfFontData ( PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XPdfFontOptions options ) : void |
Create the font image using WPF functionality.
|
|
FontData ( |
Shallow copy for font subset.
|
|
Read ( ) : void |
Reads all required tables from the font data.
|
public AddTable ( PdfSharp.Fonts.OpenType.OpenTypeFontTable fontTable ) : void | ||
fontTable | PdfSharp.Fonts.OpenType.OpenTypeFontTable | |
return | void |
public CreateFontSubSet ( object>.Dictionary |
||
glyphs | object>.Dictionary | |
cidFont | bool | |
return |
public FontData ( PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XPdfFontOptions options ) : System | ||
font | PdfSharp.Drawing.XFont | |
options | PdfSharp.Drawing.XPdfFontOptions | |
return | System |
public Read ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
return | void |