Often confused with the term "font", a typeface is the entire group of a type family such Helvetica bold, italic and roman of any size. Technically a font is a particular size and weight of a given typeface.
8
votes
4answers
368 views
Custom font rendering on Android 4.0 (Ice cream sandwich)
While testing an application that uses Helvetica Neue as its primary font on Android 4.0 I have found that there is an inconsistency in typeface rendering compared to multiple different version of ...
8
votes
1answer
771 views
Gujarati Font Rendering
I am having sqlite database containing gujarati words..
The sql query for the database is...
BEGIN TRANSACTION;
CREATE TABLE eng_guj (_id INTEGER PRIMARY KEY, eng_word , guj_word );
INSERT INTO ...
6
votes
3answers
159 views
Null pointer exception while importing a font in android
I am trying to import a font. Looked for some tutorials online and used the instructions. So far I've imported the font onto the assets folder. This is the code that I am using to declare my font ...
4
votes
1answer
1k views
Android: How to change letter spacing in a Textview?
Hi
How do I change letter spacing in a textview?
Will it help if I have HTML text in it (I cannot use webview in my code...)
P.S. I'm using my own typeface in the textview with HTML text.
3
votes
2answers
560 views
Windows Phone 7 Font
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 ...
3
votes
2answers
245 views
measuring text on scaled canvas
i've been struggling with text measuring and scaled canvases.
When the canvas is unscaled, getTextBounds and measureText deliver accurate results. However, when the canvas is scaled both methods do ...
3
votes
1answer
141 views
Is it possible to have multiple Typefaces in the same TextView?
I know how to change text attributes and color for a TextView in Android, but is it possible to have multiple Typefaces in the same TextView? For example, can I use both Druid Sans and Druid Mono in ...
3
votes
1answer
1k views
External font doesn't load in Android 2.1
I'm using a external TrueType font in an embedded HTML resource. The font is located in assets, at the same level than the HTML resource.
The font is loaded with CSS:
@font-face {
font-family: ...
2
votes
3answers
71 views
How to make italic TextView work in Eclipse graphic layout view? It even hangs up the PC
Working in Eclipse, I am trying to put some italics text onto a layout. The problem is, that when I am setting
android:textStyle="italic", the text disappears. (The height of content becomes 0 and ...
2
votes
0answers
45 views
How do I determine the fallback font for Pango?
I'm rendering some text using pangomm, but the font that I am using doesn't have glyphs for parts of the text (in this case, there is some Japanese mixed in with English). Pango seems to render the ...
2
votes
2answers
727 views
Android : how to use Tamil font
This is my tamil html unicode string
முதல் பக்க செய்திகள்
I am using this code:
TextView text=(TextView)findViewById(R.id.text); // initialize to your textview
Typeface tf = ...
2
votes
2answers
157 views
Embed characters for Europe and America
I'm developing an app in Flash AS3 for a target audience in Europe and America.
So now I need to embed the characters for the photo caption text field.
There are "Basic Latin", "Latin Extended A", ...
2
votes
1answer
852 views
Android Galxy Tab Runtime exception :native typeface cannot be made?
I'm trying to use custom fonts
It works on emulator with no isses.
But on Smsung Galaxy Tab is throwing following error:
native typeface cannot be made
Here is my code:
public ...
2
votes
5answers
2k views
How to use a custom typeface in a widget?
I have a digital clock widget. How can I use a custom font from assets/fonts as the default font in the textview showing the clock?
This is my code:
package android.tristan.widget.digiclock;
...
1
vote
3answers
55 views
Android: Exception in setting Custom Font
I have been striking my head with setting up custom fonts to text from code since one hour.I already deed this in my previous project and it worked!
But I don't know for what reason,it gives me ...
1
vote
1answer
84 views
Custom Fonts and Custom Textview on Android
From an application I need to develop, I've received a specific font that has many files like FontName-Regular, FontName-Bold, FontName-it. I need to use it in all the textviews in the application. ...
1
vote
1answer
64 views
CSS underline issue with typeface on chrome
I'm not sure if this is a typeface bug, but typeface renders double underline on anchor text that has text-decoration: underline style on chrome. Any thoughts please?
By the way, I'm using typeface ...
1
vote
1answer
23 views
font-safe alphabet
I'm wondering, is there a known "font safe" alphabet? I tried googling this to no avail.
Considering that I want to use a string (e.g. a serial number), that consists of a mixture of either case ...
1
vote
1answer
56 views
Android - Fallback typeface for Views
Is there a way to set a fallback typeface for views? My client is requesting a certain typeface to be used which does not support Cyrillic characters (and they wan't cyrillic languages..) so therefore ...
1
vote
0answers
75 views
setting style to typeface in Android
I am creating a custom Typeface object using create(String familyName, int style);
Here I am specifying a style. I will use setTypeface(Typeface) for setting this Typeface.
Everything works fine.
Now ...
1
vote
1answer
64 views
Weird behaviour of ListView scrollbars
I have a ListView which I want to populate with items each of which contains only one TextView. The thing about these TextView-s is that they need to use custom font (not the one of three built-in ...
1
vote
1answer
698 views
Android Custom font Spannable Typeface Span
I am using Helvetica fonts throughout my application. Currently I am creating the fonts separately from assets. So I have say these three
HelveticaNeue = ...
1
vote
2answers
1k views
Android Help with Changing Button Font Type, How?
i would like to change the font that appears on the button text, i have managed to do this with text on the screen, textview, but cannot find any info, or help with applying this to a button.
I 'am ...
1
vote
0answers
393 views
Anti-aliasing - Google Font Face
Any idea how to make the font look better in FF ( win 7 ) - http://thezoomer.net/clubroyaletype/ ? I am using Google Web Font.
It looks good on ie :(
Thanks!
1
vote
2answers
559 views
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 ignores any text that does. This works ...
1
vote
2answers
748 views
custom textview using custom font
I'm trying to implement a custom textview that uses my own custom font.
is there a way to set the typeface before doing a Super.onDraw()?
So as to replace the usual font to the custom font that I ...
1
vote
1answer
517 views
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 ...
1
vote
2answers
749 views
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 ...
1
vote
1answer
367 views
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 lot (all to maintain a single ...
0
votes
1answer
32 views
Android:typeface Error: types not allowed.
I am creating a style xml document, and I've ran into a problem. I want to use the droid serif font, but I can't use it in an emulator, only in the preview screen in Eclipse. Sometimes I can write ...
0
votes
1answer
36 views
Android DatePicker Typeface
I am aware you can apply a custom TypeFace to a TextView in Android like this:
TextView tv = findViewById(R.id.textview01);
Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/BLACKROSE.TTF");
...
0
votes
0answers
24 views
Would this work as a multilingual font stack fallback?
I have a quick question regarding font fallbacks for a multilingual setup.
I am currently in the process of creating a CMS based application that will target 20 separate languages including Hind, ...
0
votes
0answers
39 views
Custom Font, No Support for setFakeBold/TextSkewX
We use a TextView with a custom font. There are a lot of Spans with normal ASCII letters mixed with our custom symbols. Some text are bold or italic.
text##aaa (# - our special symbol from Unicode ...
0
votes
2answers
84 views
How to set path for typeface for a font file in android
I am using typeface class to set the font Monotype corsiva for an edittext
EditText ed=(EditText) findViewById(R.id.editexthead);
String path="C:\\MTCORSVA.TTF";
Typeface ...
0
votes
1answer
51 views
Creating class and passing content
I made a method where all the font's get changed, but the problem is that I want to use the method once so I don't have to copy and paste it in every script.
Code example:
public void changeFont(){
...
0
votes
1answer
67 views
wince UI application Japanese looks Chinese
0R3 GUI application is able to display text in many occidental languages and Japanese too.
I'm able to switch languages runtime by redrawing all the texts changing the font by using ...
0
votes
2answers
36 views
Displaying a comlex listview in Android
I'm working on an Android project that needs a ListView like this:
Each row has three parts with different fonts and alignments. To be honest, I examined a lot of ideas, but did not succeed. Your ...
0
votes
1answer
119 views
Set custom font (TypeFace) in dialog in Andorid
I'd like to change the font in textview which is in dialog:
dialog = new Dialog(MyActivity.this);
dialog.setContentView(R.layout.my_dialog);
dialog.setCancelable(true);
...
0
votes
1answer
41 views
Android - how to change the typeface of all other rows of a list every time a row is selected?
I set the typeface of a row of my list to bold when I click on it. I use the following code to do that -
lv.setOnItemClickListener(new OnItemClickListener() {
@Override
public void ...
0
votes
1answer
82 views
Changing typeface of text in a WebView
I looked around on StackOverflow and it looks like all of the questions related to changing the typeface also concerned using custom fonts. Is it possible to just change the typeface to Serif in a ...
0
votes
0answers
105 views
Android use custom typeface for a listview item
Hi I need a little help with using a custom typeface for a listview items. I'm getting my typeface from assets folder like this :
Typeface font = Typeface.createFromAsset(getAssets(), ...
0
votes
0answers
99 views
Syntax error on token… VariableDeclaratorID, Android Typeface
I have this code:
Typeface ardarling = Typeface.createFromAsset(getAssets(), "fonts/ARDARLING.ttf");
Button btnBasicCalc = (Button) findViewById(R.id.m_btnBasicCalc);
...
0
votes
1answer
96 views
Iterate through views in a layout and change typeface
I'm wondering if there is a way to iterate through all the views in a layout and change the typeface of all the views which have text (i.e. TextView, CheckBox, EditText, etc). I have a layout which I ...
0
votes
5answers
355 views
Android: Bold Button Text
I have a button in my application. the text in the button goes as "Type: Location" something like that.
I'm wondering whether its possible to change the text on the button as "Type: Location"
i.e ...
0
votes
0answers
136 views
How to set a custom font to a specific font weight on Android?
In my app I have a custom text view in which I want to use a custom font. This is perfectly working using that:
Typeface tf = Typeface.createFromAsset(getContext().getAssets(),this.FONT_PATH);
...
0
votes
0answers
50 views
Change the typeface which is used to render Mathjax equations
I'm starting to implement MathJax to display formulas on a website, and I'd like to change the default typeface Mathjax used to render equations. So far I've managed to adapt font size and font color, ...
0
votes
2answers
141 views
typeface.js - is not “rewriting”
How can it be that typeface.js doesn't "rewrite" when you press a new href?
If you remove typeface-js from the class it works.
Live link: http://temp.electrobeat.dk/typeface.php
updated function:
...
0
votes
0answers
209 views
Native Font works in 2.1update but not working in 2.2 , 2.3 etc
I have a problem ..I am using some native fonts .. When I ran my app in android 2.1 update it runs fine but it gives me error on Android 2.2 , 2.3.3 . The LogCat says native typeface cannot be made ...
0
votes
1answer
82 views
Can i add a custom font to androids 4 default typefaces?
I want to make it so I just have to right click on a graphical view and scroll down to typeface and it will display my font.
Thanks in advance
0
votes
0answers
491 views
android: setting text style (bold italic) on TextView for custom typefaces
Here is my scenario,
I need to load a font from sdCard and display its italic / bold versions in the textview.
I am using Typeface.createFromFile("<sdcard_path_to_ttf_fie">); to load the font.
...