Table of Contents

Class FontFamilyInternal

Namespace
PdfSharp.Fonts
Assembly
PdfSharp-gdi.dll

Internal implementation class of XFontFamily.

public sealed class FontFamilyInternal
Inheritance
FontFamilyInternal
Inherited Members

Properties

GdiFamily

Gets the underlying GDI+ font family object. Is null if the font was created by a font resolver.

public FontFamily? GdiFamily { get; }

Property Value

FontFamily

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