给定一个特定的Unicode字符,比如“吗”,我如何遍历系统中安装的所有字体并列出包含该字符字形的字体? 最佳答案 我已经在.NET4.0上对此进行了测试,您需要添加对PresentationCore的引用才能使字体和字体类型正常工作。还要检查Fonts.GetFontFamiliesoverloads.usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.Windows.Markup;usingSystem.Windows.M