1 instantiation of FontFile
Microsoft.Maui (1)
Fonts\FontFile.cs (1)
89 return new FontFile
7 references to FontFile
Microsoft.Maui (7)
Fonts\FontFile.cs (4)
13 /// Supported extensions for <see cref="FontFile"/>. 57 /// Creates a new instance of a <see cref="FontFile"/> object based on the value in <paramref name="input"/>. 60 /// <returns>A new <see cref="FontFile"/> object with all the information that could be deduced through <paramref name="input"/>.</returns> 62 public static FontFile FromString(string input)
Fonts\FontManager.iOS.cs (3)
192 var fontFile = FontFile.FromString(fontName); 201 foreach (var ext in FontFile.Extensions)