ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ScottPlot.IFontResolver Interface Reference

Provides functionality that converts a requested typeface into a physical font. More...

Inheritance diagram for ScottPlot.IFontResolver:
ScottPlot.FontResolvers.SystemFontResolver

Public Member Functions

SKTypeface? CreateTypeface (string fontName, bool bold, bool italic)
 Returns a new instance to a typeface that most closely matches the requested family name and style.
 

Detailed Description

Provides functionality that converts a requested typeface into a physical font.

Member Function Documentation

◆ CreateTypeface()

SKTypeface? ScottPlot.IFontResolver.CreateTypeface ( string  fontName,
bool  bold,
bool  italic 
)

Returns a new instance to a typeface that most closely matches the requested family name and style.

Implemented in ScottPlot.FontResolvers.SystemFontResolver.


The documentation for this interface was generated from the following file: