UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

80 lines (79 loc) 3.8 kB
import { Base, Type } from "./type"; import { Brush } from "./Brush"; /** * @hidden */ export declare class FontDefaults extends Base { static $t: Type; static a7(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 chartXAxisLabelsMarginTop: number; static readonly chartXAxisLabelsMarginBottom: number; static readonly chartXAxisLabelsMarginLeft: number; static readonly chartXAxisLabelsMarginRight: number; static readonly chartYAxisLabelsMarginTop: number; static readonly chartYAxisLabelsMarginBottom: number; static readonly chartYAxisLabelsMarginLeft: number; static readonly chartYAxisLabelsMarginRight: number; 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 gaugesFontStyle: string; static readonly gaugesFontStretch: string; static readonly gaugesFontVariant: string; static readonly gaugesTitleSizeConst: number; static readonly gaugesTitleSize: number; static readonly gaugesSubtleSizeConst: number; static readonly gaugesSubtitleSize: number; static readonly gaugesHighlightLabelSizeConst: number; static readonly gaugesHighlightLabelSize: number; 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; }