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
- familyNamestring
- Name of the font family. 
- boldbool
- Indicates whether a bold font is requested. 
- italicbool
- Indicates whether an italic font is requested.