3 references to CreateFontFamily
System.Drawing.Common (3)
System\Drawing\FontFamily.cs (3)
69
CreateFontFamily
(name, fontCollection: null, createDefaultOnFail);
74
public FontFamily(string name) =>
CreateFontFamily
(name.OrThrowIfNull(), fontCollection: null);
80
public FontFamily(string name, FontCollection? fontCollection) =>
CreateFontFamily
(name.OrThrowIfNull(), fontCollection);