UIFont.WithSize(nfloat) 方法

定义

返回基于当前字体的新字体,具有新的指定大小。

public virtual UIKit.UIFont WithSize (nfloat size);
abstract member WithSize : nfloat -> UIKit.UIFont
override this.WithSize : nfloat -> UIKit.UIFont

参数

size
nfloat

新字号 (以磅) 。

返回

指定大小的新字体。

注解

这可以从后台线程使用。

适用于