PDFView4NET WinForms Edition
PostScriptFont Class
Members 




O2S.Components.PDFView4NET.Graphics.Fonts Namespace : PostScriptFont Class
Defines a particular format for text, including font face and size.
Object Model
PostScriptFont Class
Syntax
'Declaration
 
Public NotInheritable Class PostScriptFont 
   Inherits PDFFontBase
'Usage
 
Dim instance As PostScriptFont
public sealed class PostScriptFont : PDFFontBase 
public __gc __sealed class PostScriptFont : public PDFFontBase 
public ref class PostScriptFont sealed : public PDFFontBase 
Remarks
A PostScript font is always loaded from disk. The metrics of the font are specified in an .afm file (Adobe Font Metrics) and the binary representation of the font is specified in a .pfb file (Printer Font Binary).

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.

Inheritance Hierarchy

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

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

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