Windows Phone 7 字体
我想问一个有关 Windows Phone 7 的问题。我对磁贴上的应用程序名称使用什么字体非常感兴趣:
我知道 WP7 的字体是 Segoe WP,但我检查了 Segoe WP Light/Semilight/Semibold/Bold/Black 加上 Segoe UI 和 Zegoe,但没有匹配。如果有人能帮助我,我将非常感激。提前致谢!
I'd like to ask a question about Windows Phone 7. I'm really interested in what font is used for the app names on the tiles:
I know that the font for WP7 is Segoe WP, but I've checked Segoe WP Light/Semilight/Semibold/Bold/Black plus Segoe UI and Zegoe but no match. I'd really appreciate it if someone could help me out. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下工具包的
HubTile
控件。我从那里获取了代码,如您所见,它是 Segoe WP SemiBold。
Take a look at the toolkit's
HubTile
control.I grabbed the code from there, as you can see it is Segoe WP SemiBold.
我最初认为这只是标准的 Segoe WP(因为字体看起来与我使用默认 PhoneTextNormalStyle,使用普通的 Segoe WP),但仔细检查后它实际上是 Segoe WP 半粗体。我在 Paint.NET 中做了一些模型,您可以看出 - 让我失望的是日历图块的文本内容也使用了 Segoe WP Semibold。
我仔细研究了设计指南 并且它没有提及 Live Tile 标题使用哪种字体,但我相信前面提到的 Silverlight Toolkit。
I originally thought it was just standard Segoe WP (since the font looked the same as when I generate standard text for the tiles using the default PhoneTextNormalStyle, which uses normal Segoe WP), but upon closer inspection it's actually Segoe WP Semibold. I did a few mockups in Paint.NET and you can tell - the thing that threw me off is that the calendar tile's text content also uses Segoe WP Semibold.
I had a trawl through the design guidelines and it doesn't mention which font is used for the Live Tile titles, but I'd trust the Silverlight Toolkit as mentioned.