Top "Font-size" questions

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

How to change the axis value font on a JFreeChart

Just as the title says, if I have a JFreeChart (or want to create one) how do I specify the …

java jfreechart font-size
how to override font boosting in mobile chrome

Is it possible to override font boosting in mobile chrome? I searched the internet before ~including stackoverflow~. I found that …

css google-chrome font-size
Different rendering of font-size on Android and desktop browsers

I'm wondering why the font-size can be so different on my desktop and on my Android (the default browser, Chrome, …

css firefox font-size android-browser
How to calculate font height in WPF?

For a FontFamily how do I programatically retrieve/calculate the maximum height range for that font at a particular FontSize? …

wpf fonts font-size
WPF automatic resize font until it fits within parent control

I have a user control who's root element is a Grid. I also have have a ContentControl that serves as …

wpf wpf-controls font-size
Best unit for font-sizes in CSS

What are the advantages & disadvantages of each? em, px, % and pt ? My current choice are percentages, the only reason …

css font-size units-of-measurement
1em is not set as 16px

i'm working on a website where the client wants some titles at 0.875em. I checked online, and the base em …

css font-size em
Bind key to increase / decrease font size in emacs

In my terminal (I have terminator) I can use the key combinations Ctrl + and Ctrl - to increase / decrease the …

emacs elisp font-size
Get the font height of a character in PDFBox

There is a method in PDFBox's font class, PDFont, named getFontHeight which sounds simple enough. However I don't quite understand …

java fonts font-size pdfbox
HTML/CSS: table font size different in mobile device

I would like to have a simple website that works both on desktop and mobile browser, and encountered a weird (…

html css font-size mobile-browser