Font
interface Font
Content copied to clipboard
All the font properties needed to draw text.
Fonts properties are hierarchically defined in the configuration.
You can first define them in the root configuration (@see ChartConfig) and then the child configuration (AxisConfig, LegendConfigImpl, MarkConfig, TooltipConfigImpl) will use the same by default.
Properties
fontFamily
                          
                    Link copied to clipboard
                        The font family (FontFamily).
fontWeight
                          
                    Link copied to clipboard
                        The font weight (FontWeight): bold or normal.
Inheritors
AxisConfig
                          
                    
                  Link copied to clipboard
                        ChartConfig
                          
                    
                  Link copied to clipboard
                        LegendConfig
                          
                    
                  Link copied to clipboard
                        MarkConfig
                          
                    
                  Link copied to clipboard
                        TitleConfig
                          
                    
                  Link copied to clipboard
                        TooltipConfig
                          
                    
                  Link copied to clipboard