Table of Contents

Class DefaultFontResolver_unused

Namespace
PdfSharp.Quality
Assembly
PdfSharp.Quality-gdi.dll
public class DefaultFontResolver_unused : IFontResolver, IFontResolverMarker
Inheritance
DefaultFontResolver_unused
Implements
Inherited Members

Constructors

DefaultFontResolver_unused()

public DefaultFontResolver_unused()
See Also

Methods

GetFont(string)

Gets the bytes of a physical font with specified face name.

public byte[] GetFont(string faceName)

Parameters

faceName string

A face name previously retrieved by ResolveTypeface.

Returns

byte[]
See Also

ResolveTypeface(string, bool, bool)

Converts specified information about a required typeface into a specific font.

public FontResolverInfo? ResolveTypeface(string familyName, bool isBold, bool isItalic)

Parameters

familyName string

Name of the font family.

isBold bool

Set to true when a bold font face is required.

isItalic bool

Set to true when an italic font face is required.

Returns

FontResolverInfo

Information about the physical font, or null if the request cannot be satisfied.

See Also

See Also