Protected: NDK 課後補充資料
There is no excerpt because this is a protected post.
iOS, Android, Unity3D Education blog,
There is no excerpt because this is a protected post.
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”);…
设定文字 [loading setText:@”Loading …”]; 设定颜色 [loading setTextColor:[UIColor whiteColor]]; 设定背景颜色 [loading setBackgroundColor:[UIColor clearColor]]; 设定字型大小 [loading setFont:[UIFont fontWithName:@”AmericanTypewriter-Bold” size:12.0]];