CMTextMarkupAttributes.RelativeFontSize 属性

定义

以当前默认字号的百分比表示的字号。

public Nullable<int> RelativeFontSize { get; set; }
member this.RelativeFontSize : Nullable<int> with get, set

属性值

值必须为正数。

注解

属性使用常量kCMTextMarkupAttribute_RelativeFontSize值来访问基础字典。

这是一个数字,包含计算的默认字号大小百分比。 值 100 表示没有大小差异,是默认值。

适用于