UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

63 lines (62 loc) 2.89 kB
import { Base, Type } from "./type"; import { Brush } from "./Brush"; /** * @hidden */ export declare class FontDefaults extends Base { static $t: Type; static aq(a: string): string; static readonly legendLabelsBrush: Brush; static readonly legendLabelsFontSizeConst: number; static readonly legendLabelsFontSize: number; static readonly legendLabelsFontConst: string; static readonly legendLabelsFontFamily: string; static readonly dataLegendFontBrush: Brush; static readonly dataLegendFontSizeConst: number; static readonly dataLegendFontSize: number; static readonly dataLegendFontFamilyConst: string; static readonly dataLegendFontFamily: string; static readonly dataLegendFontWeight: string; static readonly dataLegendFontStyle: string; static readonly dataLegendFontStretch: string; static readonly dataLegendFontVariant: string; static readonly dataLegendHeaderFontWeight: string; static readonly chartAxisLabelBrush: Brush; static readonly chartFontSizeConst: number; static readonly chartFontSize: number; static readonly chartFontNameConst: string; static readonly chartFontFamily: string; static readonly chartFontWeight: string; static readonly chartFontStyle: string; static readonly chartFontStretch: string; static readonly chartFontVariant: string; static readonly chartTitleFontSizeConst: number; static readonly chartTitleFontSize: number; static readonly chartTitleNameConst: string; static readonly chartTitleFontWeight: string; static readonly chartSubtitleFontSizeConst: number; static readonly chartSubtitleFontSize: number; static readonly chartSubtitleNameConst: string; static readonly chartSubtitleFontWeight: string; static readonly tooltipLabelsBrush: Brush; static readonly tooltipLabelsFontSizeConst: number; static readonly tooltipLabelsFontSize: number; static readonly tooltipFontNameConst: string; static readonly tooltipLabelsFontFamily: string; static readonly gaugesFontBrush: Brush; static readonly gaugesFontSizeConst: number; static readonly gaugesFontSize: number; static readonly gaugesFontFamilyConst: string; static readonly gaugesFontWeight: string; static readonly gaugesFontFamily: string; static readonly treemapFontSizeConst: number; static readonly treemapFontSize: number; static readonly treemapHeaderFontSizeConst: number; static readonly treemapHeaderFontSize: number; static readonly treemapFontFamilyConst: string; static readonly treemapFontFamily: string; static readonly treemapHeaderFontFamily: string; static readonly zoomSliderFontSizeConst: number; static readonly zoomSliderFontSize: number; static readonly zoomSliderNameConst: string; }