Click or drag to resize

PdfFontFamily Class

Represents a group of font faces having a similar basic design and certain variations in style, weight or stretch.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfFontFamily

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public sealed class PdfFontFamily : IEquatable<PdfFontFamily>

The PdfFontFamily type exposes the following members.

Constructors
 NameDescription
Public methodPdfFontFamily(String) Initializes a new instance of the PdfFontFamily class from the specified font family name.
Public methodPdfFontFamily(String, String) Initializes a new instance of the PdfFontFamily from a string value that represents the location of the font files and the specified font family name.
Public methodPdfFontFamily(String, String, String)

Initializes a new instance of the PdfFontFamily class from the specified font family name whose font files are embedded as resources in the specified assembly at the specified location.

Read the Remarks of the GetFontFamilies(String, String) method for details about the arguments of this constructor for desktop and web applications.

Top
Properties
 NameDescription
Public propertyName Gets the name that was used to construct the PdfFontFamily.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfFontFamily instance.
(Overrides ObjectEquals(Object))
Public methodEquals(PdfFontFamily) Determines whether the other PdfFontFamily is equal to this PdfFontFamily instance.
Public methodGetHashCode Returns a hash code for this PdfFontFamily instance.
(Overrides ObjectGetHashCode)
Public methodToString Returns a String that represents this PdfFontFamily instance.
(Overrides ObjectToString)
Top
See Also