Commit f94f927a authored by Chen Jiping's avatar Chen Jiping

fix:修复字体问题

parent 46e7a9be
......@@ -61,7 +61,7 @@ export class Title {
const part2 = new Label();
part2.text = this.titleData.part2;
part2.fontSize = 36;
part2.fontName = "FuturaStd";
part2.fontName = "FuturaB";
part2.fontColor = "#000000";
part2.setScaleXY(mapScaleX);
part2.refreshSize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment