@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
19 lines (18 loc) • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.font_zh = void 0;
exports.font_zh = {
title: '字体',
tooltip: '请选择您系统有的字体,若您的系统无此字体将显示默认字体',
family: {
Microsoft: '微软雅黑',
SimSun: '宋体',
SimHei: '黑体',
LiSu: '隶书',
YouYuan: '幼圆',
Number: '数字字体'
},
weight: '粗细',
size: '字号',
color: '颜色'
};