1 instantiation of FontFile
Microsoft.Maui (1)
Fonts\FontFile.cs (1)
89
return new
FontFile
4 references to FontFile
Microsoft.Maui (4)
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)