Initializes a new instance of the FontResolverInfo struct.
Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public FontResolverInfo( string faceName, bool mustSimulateBold, bool mustSimulateItalic )
Parameters
- faceName
- Type: SystemString
The name that uniquely identifies the fontface. - mustSimulateBold
- Type: SystemBoolean
Set to true to simulate bold when rendered. Not implemented and must be false. - mustSimulateItalic
- Type: SystemBoolean
Set to true to simulate italic when rendered.
See Also