2 references to _fontCacheFolderName
Microsoft.Maui (2)
Fonts\EmbeddedFontLoader.Tizen.cs (2)
22
var fontResourcePath = IOPath.Combine(TApplication.Current.DirectoryInfo.Resource,
_fontCacheFolderName
);
31
FontCacheDirectory = Directory.CreateDirectory(IOPath.Combine(TApplication.Current.DirectoryInfo.Data,
_fontCacheFolderName
));