UNPKG

@highcharts/dashboards

Version:
19 lines (18 loc) 293 B
/** * The font metrics. */ export interface FontMetricsObject { /** * The baseline relative to the top of the box. */ b: number; /** * The font size. */ f: number; /** * The line height. */ h: number; } export default FontMetricsObject;