1 write to PostScriptName
Microsoft.Maui (1)
Fonts\FontFile.cs (1)
93
PostScriptName
= postScriptName,
3 references to PostScriptName
Microsoft.Maui (3)
Fonts\FontFile.cs (1)
54
public string GetPostScriptNameWithSpaces() => string.Join(" ", GetFontName(
PostScriptName
!));
Fonts\FontManager.iOS.cs (2)
197
return filePath ?? fontFile.
PostScriptName
;
209
return fontFile.
PostScriptName
;