Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何枚举 Windows 应用商店应用程序中所有已安装的字体?
System.Windows.Media.Fonts命名空间不再可用。
System.Windows.Media.Fonts
我认为 Microsoft 鼓励在 WinRT/Windows 应用商店应用程序中使用标准字体,例如此处概述的内容。
环顾四周后,您似乎无法枚举沙箱中的字体。这是微软对类似问题的官方回复。
为此,您必须使用 DirectWrite。请参阅DirectWrite 字体枚举示例