CMTextMarkupAttributes.RelativeFontSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.