Font.FromFamily

static Font FromFamily(string fontFamily)

Loads font from a specified list of font family names

   
string fontFamily List of font family names separated by comma(,) similar to a list of names css allows.
RETURNS: Font A font from the given font family names, Most of the OS provide fallback fonts, hence there will always be a set of fonts.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!