Monday, September 14, 2009

iPhone Font List

A lot of web pages and blogs have the iPhone font list, but they usually don't list the actual font name you have to use to create the font in iPhone programs. Here is the list that I found the hard way.

iPhone Font List
@"HiraKakuProN-W3",
@"Courier",
@"Courier-BoldOblique",
@"Courier-Oblique",
@"Courier-Bold",
@"ArialMT",
@"Arial-BoldMT",
@"Arial-BoldItalicMT",
@"Arial-ItalicMT",
@"STHeitiTC-Light",
@"STHeitiTC-Medium",
@"AppleGothic",
@"CourierNewPS-BoldMT",
@"CourierNewPS-ItalicMT",
@"CourierNewPS-BoldItalicMT",
@"CourierNewPSMT",
@"Zapfino",
@"HiraKakuProN-W6",
@"ArialUnicodeMS",
@"STHeitiSC-Medium",
@"STHeitiSC-Light",
@"AmericanTypewriter",
@"AmericanTypewriter-Bold",
@"Helvetica-Oblique",
@"Helvetica-BoldOblique",
@"Helvetica",
@"Helvetica-Bold",
@"MarkerFelt-Thin",
@"HelveticaNeue",
@"HelveticaNeue-Bold",
@"DBLCDTempBlack",
@"Verdana-Bold",
@"Verdana-BoldItalic",
@"Verdana",
@"Verdana-Italic",
@"TimesNewRomanPSMT",
@"TimesNewRomanPS-BoldMT",
@"TimesNewRomanPS-BoldItalicMT",
@"TimesNewRomanPS-ItalicMT",
@"Georgia-Bold",
@"Georgia",
@"Georgia-BoldItalic",
@"Georgia-Italic",
@"STHeitiJ-Medium",
@"STHeitiJ-Light",
@"ArialRoundedMTBold",
@"TrebuchetMS-Italic",
@"TrebuchetMS",
@"Trebuchet-BoldItalic",
@"TrebuchetMS-Bold",
@"STHeitiK-Medium",
@"STHeitiK-Light"

Wednesday, September 09, 2009

How to install fonts in Ubuntu

How to install fonts in Ubuntu? - Page 13 - Ubuntu Forums
1. Copy your TTF files to ~/.fonts (create the dir if it doesn't exist). Yes, that's .fonts, with a dot.

2. Open a console and run fc-cache -fv ~/.fonts