Blackberry 减小字体大小以适合列表字段行
我正在使用 ListField 来绘制文本,问题是如果文本的大小大于屏幕宽度,则剩余的文本不会出现。有什么方法可以减少文本内容为的特定行的字体大小更多内容以适合 ListField 绘图区域。
i am using the ListField for drawing the text ,Problem is if the size of the text is more then the screen width the remaining text is not appearing.Is there any way where i can reduce the font size for a particular rows whose text content is more to fit in to the ListField drawing region.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ListFieldCallback 代码中,您将有一个 drawListRow() 方法。选择那里的字体:
In your ListFieldCallback code you will have a drawListRow() method. Select the font there: