 | PdfFontCreateFont(PdfDocument, PdfTypeDictionary) Method |
Creates a font with the specified characteristics.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static PdfFont CreateFont(
PdfDocument doc,
PdfTypeDictionary dict
)
Public Shared Function CreateFont (
doc As PdfDocument,
dict As PdfTypeDictionary
) As PdfFont
public:
static PdfFont^ CreateFont(
PdfDocument^ doc,
PdfTypeDictionary^ dict
)
static member CreateFont :
doc : PdfDocument *
dict : PdfTypeDictionary -> PdfFont public static PdfFont CreateFont(
PdfDocument doc,
PdfTypeDictionary dict
)
Patagames.Pdf.Net.PdfFont.CreateFont = function(doc, dict);
Parameters
- doc PdfDocument
- PDF document object.
- dict PdfTypeDictionary
- A font dictionary.
Return Value
PdfFontAn instance of
PdfFont class.
See Also