1 write to FileName
Microsoft.Maui (1)
Fonts\FontFile.cs (1)
91
FileName
= fontFamilyName,
2 references to FileName
Microsoft.Maui (2)
Fonts\FontFile.cs (2)
41
public string FileNameWithExtension(string? extension) => $"{
FileName
}{extension}";
47
/// <remarks>This returns the combination of <see cref="
FileName
"/> and <see cref="Extension"/>.</remarks>