Piccolo.NET

PUtil.MaxFontSize Property

Gets or sets a system wide value that specifies the maximum size at which text should be rendered.

public static float MaxFontSize {get; set;}

Property Value

The maximum size at which text should be rendered.

Remarks

This value specifies the largest font size at which text should be rendered. Nodes that have text should pay attention to this value. Note, however, there is nothing in the piccolo framework that enforces nodes to stop rendering text at this size. For an example of a node that uses this property, see PText.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility