Search
Style.setFont Method
See Also
 






Sets the font used to display an element's text.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A Font object specifying the font of calendar elements' text. Set to null to use the corresponding value from the current theme.

 See Also