 | PdfFont Methods |
The PdfFont type exposes the following members.
Methods| | Name | Description |
|---|
  | CreateEmbeddedFont |
Creates a built in font that has the specified characteristics.
|
  | CreateFont(PdfDocument, PdfTypeDictionary) |
Creates a font with the specified characteristics.
|
  | CreateFont(PdfDocument, String, FontCharSet, Boolean, Boolean, Boolean) |
Creates a font with the specified characteristics.
|
   | CreateFont(PdfDocument, String, Boolean, FontFlags, FontWeight, Int32, FontCharSet, Boolean) |
Creates a font with the specified characteristics.
|
  | CreateFromHandle |
Create new instance of PdfFont class from native handle.
|
  | CreateStandardFont(PdfDocument, FontStockNames, Int32) |
Creates a standard type font with the specified typeface name and encoding.
|
  | CreateStandardFont(PdfDocument, String, Int32) |
Creates a standard type font with the specified typeface name and encoding.
|
  | CreateStock(PdfDocument, FontStockNames) |
Creates a standard type 1 font with the specified typeface name and Windows ANSI encoding.
|
  | CreateStock(PdfDocument, String) |
Creates a standard type 1 font with the specified typeface name and Windows ANSI encoding.
|
  | CreateWindowsFont |
Creates a font that has the specified characteristics.
|
 | GetCharBBox |
Get the special character bounding box of a font object.
|
 | GetCharFontWidth |
Get a special character width of a font object.
|
 | GetCharTypeWidth |
Get a special character width of a font object.
|
 | GetStringWidth |
Get a special string width of a font object.
|
 | ToCharCode |
Convert given unicode to char code
|
 | ToUnicode |
Convert given char code to unicode
|
Top
Extension Methods
See Also