PdfFont(String, Single, Boolean) Constructor
Creates a PDF font for a font family name. The font must be installed on the server.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfFont(
string familyName,
float fontSizePoints,
bool embedFont
)
Public Sub New (
familyName As String,
fontSizePoints As Single,
embedFont As Boolean
)
Parameters
- familyName String
- The font family name
- fontSizePoints Single
- The font size in points
- embedFont Boolean
- A flag indicating if the font will be embedded in PDF. A TextElement using this font can override this option.