ScottPlot
|
Provides functionality that converts a requested typeface into a physical font. More...
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. | |
Provides functionality that converts a requested typeface into a physical font.
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.