Upravit

Sdílet prostřednictvím


CMTextMarkupAttributes.RelativeFontSize Property

Definition

The font size expressed as a percentage of the current default font size.

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

Property Value

Value must be positive.

Remarks

The property uses constant kCMTextMarkupAttribute_RelativeFontSize value to access the underlying dictionary.

This is a number holding a percentage of the size of the calculated default font size. The value 100 indicates no size difference and is the default.

Applies to