Свойство | Тип | Описание | |
---|---|---|---|
widths | int[] |
Метод | Описание | |
---|---|---|
CharCodeToGlyphIndex ( char value ) : int |
Maps a unicode to the index of the corresponding glyph. See OpenType spec "cmap - Character To Glyph Index Mapping Table / Format 4: Segment mapping to delta values" for details about this a little bit strange looking algorithm.
|
|
GlyphIndexToPdfWidth ( int glyphIndex ) : int |
Converts the width of a glyph identified by its index to PDF design units.
|
|
GlyphIndexToWidth ( int glyphIndex ) : int |
//Converts the width of a glyph identified by its index to PDF design units.
|
|
Initialize ( ) : void | ||
OpenTypeDescriptor ( PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XPdfFontOptions options ) : System | ||
PdfWidthFromCharCode ( char ch ) : int | ||
Test ( ) : void |
Метод | Описание | |
---|---|---|
DesignUnitsToPdf ( double value ) : int | ||
OpenTypeDescriptor ( PdfSharp.Drawing.XFont font ) : System | ||
OpenTypeDescriptor ( byte fontData ) : System | ||
OpenTypeDescriptor ( string idName, byte fontData ) : System |
public CharCodeToGlyphIndex ( char value ) : int | ||
value | char | |
Результат | int |
public GlyphIndexToPdfWidth ( int glyphIndex ) : int | ||
glyphIndex | int | |
Результат | int |
public GlyphIndexToWidth ( int glyphIndex ) : int | ||
glyphIndex | int | |
Результат | int |
public OpenTypeDescriptor ( PdfSharp.Drawing.XFont font, PdfSharp.Drawing.XPdfFontOptions options ) : System | ||
font | PdfSharp.Drawing.XFont | |
options | PdfSharp.Drawing.XPdfFontOptions | |
Результат | System |
public PdfWidthFromCharCode ( char ch ) : int | ||
ch | char | |
Результат | int |