'Declaration Protected Overridable Function CreateFont( _
ByVal documentThe PDF document.As PdfDocument, _
ByVal textThe text.As System.String _
) As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont
protected virtual Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont CreateFont(
PdfDocument document,
System.String text
)
protected: virtual Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* CreateFont(
PdfDocument* document,
System.String text
)
protected:
virtual Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ CreateFont(
PdfDocument^ document,
System.String text
)
Parameters
- document
- The PDF document.
- text
- The text.
Return Value
The PDF font.