防止 Expression Blend 在启动时加载每个系统字体
重新启动计算机后,Microsoft Expression Blend 4 花费大约 10 分钟将 C:\Windows\Fonts
中的每个字体加载到某个字体缓存中(我通过使用 Procmon)。在这个毫无意义的操作完成之前,应用程序无法使用。有什么方法可以调整 Blend 来阻止它这样做吗?
After I reboot my machine, Microsoft Expression Blend 4 spends about 10 minutes loading every single font in C:\Windows\Fonts
into some font cache (I determined this by watching its activity using Procmon). The application is unusable until this rather pointless operation completes. Is there any way to tweak Blend to stop it from doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
疑。只要您有基于文本的属性,您就可以在 Blend 中更改该文本的字体。为此,您将获得一个字体列表,其中包含以该字体呈现的每个字体名称。似乎您需要缓存中的所有字体才能执行此操作。
Doubtful. Whenever you have a text based property, you can change the font of that text in Blend. To do so, you get a list of fonts with each font name rendered in that font. Seems like you would need all of the fonts in the cache to be able to perform this operation.