Top "Fonts" questions

A font is an electronic data file containing a set of glyphs, characters, or symbols such as dingbats.

Webfont Smoothing and Antialiasing in Firefox and Opera

I have custom-made web fonts used on my site. To style my rendering output, I used the following code: //-webkit-text-stroke-width: .05…

css fonts webfonts antialiasing
How to change the size of the font of a JLabel to take the maximum size

I have a JLabel in a Container. The defaut size of the font is very small. I would like that …

java fonts size containers jlabel
How do I make an attributed string using Swift?

I am trying to make a simple Coffee Calculator. I need to display the amount of coffee in grams. The "…

fonts uilabel swift nsattributedstring
Failed to decode downloaded font

This is an error I am getting in Chrome and unfortunately searching for it hasn't given me much results. The …

css html fonts
How can I extract embedded fonts from a PDF as valid font files?

I'm aware of the pdftk.exe utility that can indicate which fonts are used by a PDF, and wether they …

pdf fonts ghostscript true-type-fonts embedded-fonts
How do I set the colour of a label (coloured text) in Java?

How do I set the color of the text of a label? myLabel.setText("Text Color: Red"); myLabel.??? Can I …

java text colors label fonts
Can I embed a custom font in an iPhone application?

I would like to have an app include a custom font for rendering text, load it, and then use it …

ios cocoa-touch fonts
Recommended Fonts for Programming?

What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio …

fonts development-environment
Dynamically changing font size of UILabel

I currently have a UILabel: factLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 100, 280, 100)]; factLabel.text = @"some text some text some text some text"; …

ios objective-c fonts uilabel
iPhone system font

What is the name of the default system font on the iPhone? I would like to retrieve this for customizing …

ios iphone fonts typeface