黑莓字体系列
我目前正在制作我们的应用程序的移动版本,并且正在尝试查找列出 Blackberry 设备支持的字体
的资源。 我在黑莓开发网站和论坛上搜索,但运气不佳。
到目前为止,我使用 CSS 指定的任何字体似乎都不起作用。
I am currently making a mobile version of our application and I am trying to find a resource that lists out what Font
s the Blackberry devices support. I search around on the Blackberry development site and forums but have not had much luck.
So far, any font I specify using CSS does not appear to be working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您找不到支持的字体名称列表,您可以简单地指定字体系列。 这些是 WCSS (WAP CSS) 中使用的字体系列:
serif
示例:Times New Roman
sans-serif
示例:Arial、Helvetica
等宽字体
示例:Courier
草书
示例:Zapf-Chancery、Caflisch 脚本
幻想
示例:
RIM 的西方、小动物内容设计指南:
最佳实践:在网页内容中有效使用字体
具体需要选择不同的字体。 虽然使用用户定义的默认字体会增加布局的控制难度
和外观,它避免了选择用户难以阅读的字体或字体大小的问题。 用户将改变
将默认 BlackBerry Browser 字体更改为合适的字体或字体大小,或者接受主题指定的默认字体。
很快。 在标准文本流(例如一系列段落)中,无需更改字体大小,因为文本会换行。
请记住,用户可以指定 BlackBerry Browser 的最小字体大小,因此相对或绝对字体大小
小于指定的最小字体大小的字体不会对用户的设备产生任何影响。
您可能感兴趣的一些资源:
If you can't find a list of supported font names, you can simply specify font-families. These are the font-families used in WCSS (WAP CSS):
serif
examples: Times New Roman
sans-serif
examples: Arial, Helvetica
monospace
examples: Courier
cursive
examples: Zapf-Chancery, Caflisch Script
fantasy
examples: Western, Critter
Content Design Guidelines from RIM:
Best Practices: Using fonts effectively in your web content
specific need to select a different font. Although using the user-defined default font makes it more difficult to control layout
and appearance, it avoids issues of choosing a font face or font size that the user finds hard to read. Users will either change
the default BlackBerry Browser font to a suitable font face or and font size, or accept the theme-specified default font.
so on. In standard text flows, such as a series of paragraphs, changing the font size is unnecessary, since text will wrap.
Keep in mind that the user can specify the smallest font size for the BlackBerry Browser, so relative or absolute font sizes
that are less than the specified smallest font size will produce no effect on a user's device.
Some resources you might be interested in: