Table of Contents

Class PlatformFontResolver

Namespace
PdfSharp.Fonts
Assembly
PdfSharp.dll

Default platform specific font resolving.

public static class PlatformFontResolver
Inheritance
PlatformFontResolver
Inherited Members

Methods

ResolveTypeface(string, bool, bool)

Resolves the typeface by generating a font resolver info.

public static FontResolverInfo? ResolveTypeface(string familyName, bool bold, bool italic)

Parameters

familyName string

Name of the font family.

bold bool

Indicates whether a bold font is requested.

italic bool

Indicates whether an italic font is requested.

Returns

FontResolverInfo