PdfDocumentCreateFontFromName Method
Creates a PDF font based on a font family name with given size and embedding option
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfFont CreateFontFromName(
string familyName,
float fontSize,
bool embedFont
)
- familyName String
- Font family name
- fontSize Single
- Font size in points
- embedFont Boolean
- Embed font in PDF
PdfFontThe PDF font