Month: October 2013

change Font

http://www.ulduzsoft.com/2012/01/enumerating-the-fonts-on-android-platform/ /* * Copyright (C) 2011 George Yunaev @ Ulduzsoft * Licensed under the Apache License, Version 2.0 (the “License”);…

UILabel

设定文字 [loading setText:@”Loading …”]; 设定颜色 [loading setTextColor:[UIColor whiteColor]]; 设定背景颜色 [loading setBackgroundColor:[UIColor clearColor]]; 设定字型大小 [loading setFont:[UIFont fontWithName:@”AmericanTypewriter-Bold” size:12.0]];