Class DefaultFontResolver_unused
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
stringA 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
stringName of the font family.
isBold
boolSet to
true
when a bold font face is required.isItalic
boolSet 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