Font Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Holds information about used font.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Styles.TextFont

Namespace:  Apitron.PDF.Kit.Styles.Text
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Font : IStyleParameter

The Font type exposes the following members.

Constructors

  NameDescription
Public methodFont(String, Double)
Initializes a new instance of the Font class.
Public methodFont(StandardFonts, Double)
Initializes a new instance of the Font class.
Top
Properties

  NameDescription
Public propertyResourceId
Gets the resource id of the font object.
Public propertySize
Gets the size of the font. For the detailed description please refer to the PDF spec. p.9.3 "Text State Parameters and Operators".
Top
See Also

Reference