A typeface is the visual representation or interpretation of a set of characters; it is their appearance.
1
vote
0answers
17 views
Android: can't check if typeface isBold()
I have a TextView that I set it with a custom Typeface and make it BOLD. That works fine. The problem is when I check if the text "isBold()" it returns FALSE.
If I set my text to BOLD only, without ...
1
vote
1answer
16 views
How to add typeface in eclipse
How To add typeface in eclipse so that we can use in our application.
I have read that provided typeface in inbuilt typeface for android
...
0
votes
1answer
17 views
Custom typeface lays on top of original text
I use my own font from assets/fonts folder and sometimes when I start the app (not always), the original text and font is loaded and my own typeface is loaded on top of the original text. It's like my ...
0
votes
2answers
23 views
Preventing user changes to font
I have text animation in my app that is dependent on the font style, size and typeface. The animation does not work properly if the user changes the font through the device settings. Is there a way ...
4
votes
1answer
119 views
Kannada Font on Android ICS
I am supporting Tamil and Kannada fonts in my application.
I use the following code to set the typeface of TextViews, Buttons, etc
FONT_TAMIL = Typeface.createFromAsset(getAssets(), ...
0
votes
1answer
25 views
Punjabi Text is not appearing properly in Android
Below is my code where I am using typeface correctly to change the font for the punjabi but it is still showing incorrect text on Galaxy S2 and punctuations on phones other than Samsung. Not sure how ...
0
votes
1answer
37 views
Android bitmap paint size widget
I'm new on android and I've made an widget that shows battery % but on my phone (Galaxy nexus) shows fine, but on other with different density it shows very big. I've search already in every place but ...
2
votes
1answer
169 views
How to auto-adjust text size on a multi-line TextView according to the view max dimensions?
I've been searching for a way of auto fit a text inside a textview. Through my search I've found many solutions like:
FontFitTextView
AutoResizeTextView
AutoScale/Resize
But like many others these ...
2
votes
2answers
75 views
Fonts aren't displaying uniformly
some elements on my website display perfectly, while other elements of the same font look grainy and choppy. I can't figure out why since I specify the style in the same way.
Here's my website:
...
0
votes
1answer
32 views
How to get the style attribute of a TextView
I am creating a Custom TextView class MTextView . Inside the constructor i want to know the value of style attrib of the textview so that I can set different typefaces depending on whether style is ...
8
votes
2answers
90 views
How to get available font weights?
Is there any way to get list of weights for particular font in JavaScript?
I want to build selector like in Photoshop.
0
votes
0answers
52 views
Display 32Bit Unicode Character android
Am using Entypo character map in my App, only few characters are getting displayed in Entypo fontface, which are 16-Bit Unicode Characters.
⌂ ⌂
⚡ ⚡
✉ ...
0
votes
0answers
39 views
How to Load Typeface using InputStream
How can i load the Typeface using InputStream?
I am using classLoader to to the resource and it will return an Inputstream, now how to pass it to Typeface?
I have tried with these methods:
font = ...
0
votes
0answers
87 views
Get the fonts/Myfont.ttf linked files from local folder
i have folder called mydata in My project in that i have fonts/Myfont.ttf files which are linked and not copied, Now how can i get the source of this ttf file and pass it to Typeface ?
I have tried ...
0
votes
0answers
408 views
Typeface - native typeface cannot be made android error on linked files
I have a folder in my project called data/fonts/myfont.ttf, this is ttf file which is linked , now how to get the ttf file from this location?
Typeface font = ...
0
votes
1answer
111 views
How to set Typeface in Jake Wharton's TitlePageIndicator?
In my app Im using Jake Wharton's TitlePageIndicator.I want to know whether we can set typeface to TitlepagerIndicator.
Here is the xml,
<com.viewpagerindicator.TitlePageIndicator
...
0
votes
2answers
220 views
Using different fonts in THREE.js
So I am using three.js for a project and would like to be able to use a font other than the default "helvetiker". I've done some digging and discovered that you need to convert the font using ...
4
votes
2answers
198 views
Are Roboto and Roboto Bold guaranteed to be available on 4.0+?
In our application, we're using Roboto and Roboto Bold. However, in some versions of Android (seems to be 4.0 to 4.1) we have issues with text rendering when using the imported version of Roboto (i.e. ...
0
votes
2answers
85 views
how to parse string value in textview typeface?
I created simple Text view application. It's working fine, I need to parse string value in text view. because I have one XML file, my XML file contain some empty tag if I read that empty tag I need ...
-1
votes
1answer
29 views
Is there a way to find out the font? [closed]
This question may not be very technical, but I think someone deeply into technology can answer it.
I am in love with a font being used for hardsubs in some video files I have. Is there a way to ...
2
votes
1answer
991 views
Use Roboto font in app with minimum API level 14
I have an app whose minimum API level is 14. Am I correct in thinking all compatible devices should have Roboto font installed as default? If I set a textView font to Roboto or Roboto Light it seems ...
1
vote
1answer
168 views
How to set hindi custom font for toasts in Android?
I am creating an sms app in multiple languages. For Hindi, I have included the DroidHindi.ttf file in assets/fonts folder. I am able to implement this in textview and button by using this:-
Typeface ...
1
vote
1answer
100 views
Android after change typeface fontstyle not working
I apply a bangla(a language) font as typeface in textview, Text style was set as bold but
the english part of the text is coming as bold but bangla part is not bold, i want to bold full text
...
0
votes
1answer
971 views
What is the equivalent of “android:fontFamily=”sans-serif-light" in Java code?
My question is quite simple:
In every of my textview, I am currently using the attribute
android:fontFamily="sans-serif-light"
to provide a gorgeous look on post HC devices.
Unfortunately, this ...
2
votes
3answers
134 views
ListView optimization: Typeface makes listview very laggy
In the last couple of hours I was browsing for some listview optimization but I didn't succeed solving my laggy listview, so from row to row I started to revert my code to earlier and simplier ...
1
vote
1answer
140 views
Horizontal stripes over a custom font in Android
I'm trying to add a custom font to my text, but the problem is that the text appears with vertical stripes over it. They aren't in the font and the problem seems to appear only on some Android ...
2
votes
6answers
180 views
Use Typeface with EditText in widget
Is it possible to use somehow Typeface font definition loaded from assets with EditText in widget ?
2
votes
2answers
93 views
settype of arrayadapter android
Here is my code how to set my spinner and I want to set a custom font on its items My class is extends Activity and my partial code is like this
Spinner supportSpinner = (Spinner) ...
1
vote
2answers
151 views
Android Custom Typeface
Hi I am using a custom Typeface in my app with the following code:
public Typeface font;
//Activity on create:
font = Typeface.createFromAsset(getAssets(),"DINOT-Medium.otf");
TextView tv = ...
0
votes
2answers
192 views
Set different font and color to part of a TextView
I tried this:
String s = "Some big string"
SpannableStringBuilder sb = new SpannableStringBuilder(s);
//normal font for 1st 9 chars
sb.setSpan(robotoRegular, 0,9,Spannable.SPAN_INCLUSIVE_INCLUSIVE);
...
0
votes
1answer
223 views
How do I use an external font like Impact for my android app?
I would like to use the external font Impact on my android app. Currently the code that lets me use my font looks like this:
Paint textPaint = new Paint();
textPaint.setAntiAlias(true);
...
4
votes
1answer
213 views
Change Typeface of Tab titles - ActionBarSherlock
Is it possible to change the typeface of the ActionBarSherlock Tab titles programmatically to a custom font?
I've searched around for a method but only come across where the typeface used is a ...
1
vote
2answers
108 views
Check the family of a Typeface object in Android
Is it possible to check what family a Typeface object is using in Android API 8?
I am creating the Typeface on a Paint object like so
//Simplified code, the user actually selects the family and ...
2
votes
1answer
155 views
Custom text font inside a Simplecursoradaptor
I have made an application where i use a SimpleCursoradapter.
String[] from = new String[] {"title","notes","image"};
int[] to = new int[] { R.id.esodaTextView, R.id.amountTextView, ...
1
vote
2answers
546 views
Set typeface for listview
i tried to set typeface for text view with this method:
public static final void setAppFont(ViewGroup mContainer, Typeface mFont)
{
if (mContainer == null || mFont == null) return;
final int ...
1
vote
1answer
81 views
Typeface of Title and Buttons in a AlertDialog
I wonder if it's possible to set typeface of title and buttons in a AlertDialog?
0
votes
1answer
64 views
create typeFace from byte array
In my app, I dynamically download fonts from server and save them to database. Is there any way how to create a Typaface from blob in db? Of course I can create temp file and load data from it, but it ...
4
votes
3answers
703 views
pdf device and font family “Arial” / Or: Change font name (not font) in PDF
I have a problem with typefaces and PDF-Output in R. On this windows machine there is no Helvetica and the Font used by the device seems to be Arial as you can see below.
The simple problem is, that ...
0
votes
1answer
254 views
Custom fonts for home screen widget TextView in android
the issue I face seems to have no solution and to be downright impossible to rectify, but I thought to ask here just in case I am missing something.
I need to display some text in an android widget ...
1
vote
1answer
139 views
Rectangles instead of whitespace in Chrome
A website I'm working on is using a custom embedded font that newer versions of Chrome on Windows don't seem to like. Instead of whitespace, weird white rectangles show up. Removing the custom ...
13
votes
3answers
4k views
“Native typeface cannot be made” only for some people
I have an app that changes the font typeface for some elements. It works well for most of the people, but maybe a 0.5% get an exception when trying to change the font. The significant part of the ...
0
votes
2answers
274 views
How to change font textview in listview?
I tired try to change font via typeface.. Please look this :
http://wptrafficanalyzer.in/blog/listview-with-images-and-text-using-simple-adapter-in-android/
I want to change 'currency' (text view) ...
1
vote
0answers
43 views
How to serialize a Typeface to a string
in Android, I can't get font name or other infos from a Typeface object, how can I serialize it to a string
1
vote
0answers
24 views
Android: To add font.. For ex. Roboto consistently throughout the application [duplicate]
Possible Duplicate:
Android: Want to set custom fonts for whole application not runtime
I can add the fonts to my application through a simple code:
TextView txt = (TextView) ...
0
votes
2answers
335 views
Android Canvas Rotated Text with Typeface not saved properly on SD card
I am drawing rotated text on canvas and then saving it to SD card as JPEG.
The problem I am facing is the canvas preview looks fine, but the rotated text in the saved image is not coming properly. ...
3
votes
1answer
191 views
Font Typeface doesn't work
TextView tv=(TextView)findViewById(R.id.textView1);
Typeface face=Typeface.createFromAsset(getAssets(), "font.ttf");
tv.setTypeface(face);
I am unable to see the textview typeface changed. I have ...
1
vote
0answers
56 views
Is it possible to create Typeface from stream or byte array?
I am developing library for android application which renders PDF files.
I need to create Typeface for embedded fonts dynamically, but I found out that Typeface could only be loaded from assets or ...
0
votes
0answers
53 views
Why typeface language reverts back after some activity in android?
I am trying to make an application with 2 languages. English and Bangla. On the login screen the user have a choice on radio button. Once the choice is selected, the whole application is running on ...
2
votes
0answers
241 views
How do I display the Indian regional languages properly in Android tablet?
I need to display Telugu text in an Android application. I am able to display in Android mobiles using ttf font files. But I am not able to display properly in tablets and the emulator. I do not care ...
0
votes
2answers
77 views
Android, typeface not copied into new paint
In the following code:
Paint tPaint = new Paint(aPaint);
tPaint.setTypeface(typeFace);
aPaint = new Paint(tPaint);
typeFace is observed set into tPaint but, typeFace does not get copied into ...





