8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591f163 commit 2d57793Copy full SHA for 2d57793
src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/FontCache/FontSourceCollection.cs
@@ -105,7 +105,7 @@ private void SetFontSources()
105
{
106
if (_tryGetCompositeFontsOnly)
107
108
- string[] files = Directory.GetFiles(_uri.LocalPath, "*" + Util.CompositeFontExtension);
+ string[] files = Directory.GetFiles(_uri.LocalPath, $"*{Util.CompositeFontExtension}");
109
fontSources = new List<IFontSource>(files.Length);
110
111
foreach (string file in files)
0 commit comments