Top "Typeface" questions

A typeface is the visual representation or interpretation of a set of characters; it is their appearance.

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 …

android listview fonts typeface
Android : Typeface is changed when i apply password Type on EditText

I use FloatLabel library (https://github.com/weddingparty/AndroidFloatLabel) to add a little animation when user begin to write something …

android android-edittext typeface
Default font on Jelly Bean 4.2.2?

What is the default font type on Jelly Bean 4.2.2 ? Also what does the typeface 'normal' refer to ?

android fonts typeface
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. …

android custom-controls textview typeface
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(…

android typeface spannablestring
Android DatePicker Typeface

I am aware you can apply a custom TypeFace to a TextView in Android like this: TextView tv = findViewById(R.…

android fonts datepicker typeface
Android Paint.setTypeface isn't working for italic

The Paint.setTypeface is not working for italic or I'm doing something the wrong way. I can create normal, bold, …

android paint typeface italic
Android set Roboto font with bold, italic, regular,... (something like custom font family)

I know ho to set custom font programmatically inside Android app. Is there any way to load typeface for custom …

android fonts typeface font-family
How to get context in getView of adapter for listview

I have three questions: I am using getApplicationContext unlike all the examples I have seen which just say context. How …

android listview fonts layout-inflater typeface
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 …

android layout fonts textview typeface