'Declaration
Public Overrides NotOverridable Property Italic As Boolean
'Usage
Dim instance As PostScriptFont Dim value As Boolean instance.Italic = value value = instance.Italic
public override bool Italic {get; set;}
'Declaration
Public Overrides NotOverridable Property Italic As Boolean
'Usage
Dim instance As PostScriptFont Dim value As Boolean instance.Italic = value value = instance.Italic
public override bool Italic {get; set;}
When the font is not embedded in the pdf file, this property is used to give a hint to the pdf viewer, in order for it to render the correct face (assuming the font is installed on the local computer).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2