'Declaration
Public Class TrueTypeFont Inherits PDFFontBase
'Usage
Dim instance As TrueTypeFont
public class TrueTypeFont : PDFFontBase
public __gc class TrueTypeFont : public PDFFontBase
public ref class TrueTypeFont : public PDFFontBase
'Declaration
Public Class TrueTypeFont Inherits PDFFontBase
'Usage
Dim instance As TrueTypeFont
public class TrueTypeFont : PDFFontBase
public __gc class TrueTypeFont : public PDFFontBase
public ref class TrueTypeFont : public PDFFontBase
The font can be embedded or not in the pdf file. When the font is embedded in the pdf file, the most accurate results are obtained when the file is viewed and printed. The viewer will synthesize the correct appearance of the font based on the embedded data, and the bold and italic modifiers do not have any effect.
If the font is not embedded in the pdf file, the pdf viewer will load the font from the local machine and will use it for display. If the font is not installed on the local machine, then the pdf viewer will use a local font that will match closely the metrics of the font used in the pdf file.
When the font is not emdedded in the pdf file, the bold and italic modifiers have the following effect: assuming that the font used for displaying text has only a regular face, these modifiers force the pdf viewer to synthesize the bold or italic appearance of the font. But the regular version of the font must be installed on the machine where the pdf file is viewed.
System.Object
O2S.Components.PDFView4NET.Graphics.Fonts.PDFFontBase
O2S.Components.PDFView4NET.Graphics.Fonts.TrueTypeFont
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