Top "Font-size" questions

A CSS property which sets the size of a font, as specified in one of several different units.

How to automatically scale font size for a group of controls?

I have a few TextBlocks in WPF in a Grid that I would like to scale depending on their available …

wpf mvvm font-size
How to change the uitextview font size

can any one help to change the font size in UITextView. [textView setFont:[UIFont fontWithName:@"ArialMT" size:30]]; I use this …

iphone xcode uitextview font-size
Should I set the default font-size on the body or html element?

I like to work in ems when creating websites. Therefore I set a default font-size of 100.01% on the body element. …

html css font-size
Using percent for font size?

I've read a fair bit about resizing fonts recently, most of it deriding using px as an unforgivable crime (ok, …

css font-size
How to change CollapsingToolbarLayout typeface and size?

I want to change CollapsingToolbarLayout font size and its typeface. How I can achieve that?

android fonts toolbar font-size android-collapsingtoolbarlayout
How to change the Font size in UIPickerView?

I have one UIPickerView. This is having nearly 200 items, each items has long texts, so, i want to resize the …

iphone uipickerview font-size
Changing font size into an AlertDialog

I am trying to put some loooong text into an AlertDialog. The only issue the default font size that is …

android textview android-alertdialog font-size
Why does user agent stylesheet override my styles?

I want a font-size of a 11, but Chrome and Firefox are giving me 16. When I examine the element in Chrome …

css font-size
Why is a table not using the body font size even though I haven't set the table font size explicitly?

I have a problem whereby I have set the body font-size to 11px, but tables display font at 16px. I …

html css html-table font-size
How to set multiple spans on a TextView's text on the same partial text?

Suppose I have the next text : Hello stackOverflow And I wish to set the second word to be both RelativeSizeSpan (…

android font-size spannablestring