UIFont.BoldSystemFontOfSize(nfloat) 方法

定义

以指定大小返回标准系统字体的粗体字体。

public static UIKit.UIFont BoldSystemFontOfSize (nfloat size);
static member BoldSystemFontOfSize : nfloat -> UIKit.UIFont

参数

size
nfloat

字体的大小。

返回

注解

这可以从后台线程使用。

适用于