Class PlatformFontResolver
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
stringName of the font family.
bold
boolIndicates whether a bold font is requested.
italic
boolIndicates whether an italic font is requested.