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
familyNamestringName of the font family.
boldboolIndicates whether a bold font is requested.
italicboolIndicates whether an italic font is requested.