T
- type of scriptable contextpublic interface IsScriptableFontProvider<T extends ChartContext>
FontCallback
.Modifier and Type | Method and Description |
---|---|
FontCallback<T> |
getFontCallback()
Returns the
FontCallback if it has been set or null . |
void |
setFont(FontCallback<T> fontCallback)
Sets the font callback.
|
void |
setFont(NativeCallback fontCallback)
Sets the font callback.
|
FontCallback<T> getFontCallback()
FontCallback
if it has been set or null
.FontCallback
if it has been set or null
.void setFont(FontCallback<T> fontCallback)
fontCallback
- the font callback.void setFont(NativeCallback fontCallback)
fontCallback
- the font callback.