Table of Contents

Class FontFamilyInternal

Namespace
PdfSharp.Fonts
Assembly
PdfSharp.dll

Internal implementation class of XFontFamily.

public sealed class FontFamilyInternal
Inheritance
FontFamilyInternal
Inherited Members

Properties

Name

Gets the name that uniquely identifies this font family.

public string Name { get; }

Property Value

string

SourceName

Gets the family name this family was originally created with.

public string SourceName { get; }

Property Value

string