Search
RenderContext.textStyle Method
See Also
 






Gets the TextStyle from the current Theme using the specified TextStyleHint.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public TextStyle textStyle (
    TextStyleHint hint
)

 Parameters

hint

A member of the TextStyleHint enumeration.

 Return Value

A TextStyle instance.

 See Also