/** * 字体大小 */ export interface FontSize { width: number; height: number; }