PDFView4NET WinForms Edition
TrueTypeFont Class
Members 




O2S.Components.PDFView4NET.Graphics.Fonts Namespace : TrueTypeFont Class
Defines a TrueType font that can be used in a PDF file.
Object Model
TrueTypeFont Class
Syntax
'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 
Remarks

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.

Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Fonts.PDFFontBase
      O2S.Components.PDFView4NET.Graphics.Fonts.TrueTypeFont

Requirements

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

See Also

Reference

TrueTypeFont Members
O2S.Components.PDFView4NET.Graphics.Fonts Namespace