chore: 修正注释warning

warning SA1512: Single-line comments should not be followed by blank line
This commit is contained in:
soundofautmn
2025-06-09 22:00:58 +08:00
committed by uye
parent 05d2ebfd4c
commit f005c2dddc

View File

@@ -45,12 +45,12 @@ public unsafe class FontConfigIntegration
public static void Install()
{
Debug.WriteLine($"FontConfigIntegration Install");
// GC.KeepAlive(DefaultFont.UserInterface);
// DefaultFont.UserInterface = GetFontFamilyFromPattern("system-ui");
// DefaultFont.Monospace = GetFontFamilyFromPattern("monospace");
// DefaultFont.SansSerif = GetFontFamilyFromPattern("sans-serif");
// DefaultFont.Serif = GetFontFamilyFromPattern("serif");
Install("Global User Interface", "system-ui");
Install("Global Monospace", "monospace");
Install("Global Sans Serif", "sans-serif");