Closed nakamura2000 closed 1 year ago
DEBUG
RELEASE
SystemFontCollection doesn't list open type font. It seems System.FontCollection searches ".ttc" and ".ttf" but it doesn't search "otf".
[Fact] public void SystemFonts_HasOTF() { IEnumerable<FontFamily> matched = SystemFonts.Collection.Families.Where(x => x.Name == "Noto Sans KR"); Assert.True(matched.Count() != 0); }
Prerequisites
DEBUG
andRELEASE
modeDescription
SystemFontCollection doesn't list open type font. It seems System.FontCollection searches ".ttc" and ".ttf" but it doesn't search "otf".
Steps to Reproduce
System Configuration