typeface
Anti-aliasing - Google Font Face
Any idea how to make the font look better in FF ( win 7 ) - h开发者_开发问答ttp://thezoomer.net/clubroyaletype/ ? I am using Google Web Font.[详细]
2023-02-15 19:38 分类:问答How to change letter spacing in a Textview?
How can i change letter spacing in 开发者_StackOverflow社区a textview? Will it help if I have HTML text in it (I cannot use webview in my code).[详细]
2023-02-13 13:19 分类:问答Android: is Paint.breakText(...) inaccurate?
I have a View which draws a rectangle with a line of text inside of it.The view uses break text to ensure that no text extends outside of the rectangle; it ignore开发者_如何学Gos any text that does.Th[详细]
2023-02-13 06:19 分类:问答Android: is Paint.breakText(...) inaccurate? [duplicate]
This question already has answers here: Android: is Paint.breakText(...) inaccurate? (2 answers) Closed 8 years ago.[详细]
2023-02-12 11:52 分类:问答On using external font in android my Application closes autometically
I am trying external font in my application but Application crash automatically. I am using the code Typeface face;[详细]
2023-02-12 06:51 分类:问答Set a typeface of a MenuItem
I have subMenus: @Override public boolean onCreateOptionsMenu(Menu menu) { SubMenu subMenuFile = menu.addSubMenu(\"Font type\");[详细]
2023-02-03 15:20 分类:问答Custom typeface for dialog's title
In an application I\'m building, I\'m trying to systematically change the font of every piece of text to a custom font.Does anyone know whether it\'s possible to apply styles such as custom typefaces[详细]
2023-02-02 23:26 分类:问答custom font in android ListView
I\'m using a custom font throughout my application (which, incidentally, I\'ve frustratingly found out that you have 开发者_运维技巧to apply programmatically by hand to EVERY control!), and I need to[详细]
2023-02-02 15:50 分类:问答Incorrect characters displayed for Tamil font in android(Latha.ttf)
I need to use tamil on textviews in my app so I create a TypeFace from assets and set it to the textview, but the characters appear out of order(mixed) for combined characters. I load the strings from[详细]
2023-01-30 06:02 分类:问答Does Typeface.createFromAsset() cache?
Simple question: Does Typeface.createFromAsset() cache? Or should I just keep a reference around in memory to keep handy? The reason why I ask is because I use it quite a 开发者_如何学JAVAlot (all to[详细]
2023-01-28 10:57 分类:问答
加载中,请稍侯......