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