ios的提供了很多的字体样式。有时候我们在开发应用的时候可能用到不同的字体,通过此Demo我们可以获取到所有的字体样式供我们选择。
首先获取字体字体族科名字,再通过族科的名字获取到字体的名字。
_fontArray = [[NSMutableArray alloc] initWithCapacity:242];
for (NSString * familyName in [UI...
分类:
移动开发 时间:
2015-05-05 16:30:26
阅读次数:
181
字体图标(Glyphicons),并通过一些实例了解它的使用。Bootstrap 捆绑了 200 多种字体格式的字形。获取字体图标我们已经在环境安装章节下载了 Bootstrap 3.x 版本,并理解了它的目录结构。在fonts文件夹内可以找到字体图标,它包含了下列这些文件:glyphicons-h...
分类:
其他好文 时间:
2015-04-08 10:26:34
阅读次数:
104
//just for fun,那个28个字母的函数满满都是恶心
import java.awt.GraphicsEnvironment ;
class Tester
{
public static void main(String args[])
{
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphics...
分类:
编程语言 时间:
2015-04-07 12:01:29
阅读次数:
189
#pragma mark 绘制文字(中文)-(void)drawText2:(CGContextRef)context{ NSString *string = @"博阿士大夫撒风景撒开了房间撒"; //1.获取字体 NSLog(@"%@",[UIFont familyNames])...
分类:
其他好文 时间:
2015-02-17 12:49:38
阅读次数:
117
1:获取字体文件从各种渠道下载字体文件ttf, 网站或者从别的ipa里扣出来.(以fzltxh.ttf为例)2:将fzltxh.ttf文件拷贝到工程中3:在Info.plist中添加项:Fonts provided by application(UIAppFonts) 可以添加一个或多个item,如...
分类:
移动开发 时间:
2015-01-13 12:05:50
阅读次数:
244
设置/获取 字体属性 名称 大小 粗体 斜体 下划线 删除线 颜色1 颜色2 uses MSHTML; //设置 //------------------------------------------------------------------------------procedure WB_...
分类:
其他好文 时间:
2014-07-29 21:39:52
阅读次数:
339
Sub getFont()
Set FontList = Application.CommandBars("Formatting").FindControl(Id:=1728)
If FontList Is Nothing Then
Set TempBar = Application.CommandBars.Add
Set FontList...
分类:
其他好文 时间:
2014-07-29 18:12:02
阅读次数:
295