修改标注实体的初始化文字大小

pull/97/MERGE
ChenX 6 years ago
parent 7e81206457
commit 560dcb53b6

@ -27,7 +27,7 @@ export class Dimension extends Entity
private m_TextRotation: number = 0;
private m_HorizontalrRotation: number = 0;
//字体大小
protected FONTSIZE = 0.2;
protected FONTSIZE = 30;
//字体粗细
//箭头宽度
protected ARROWWIDTH = 0.3;

Loading…
Cancel
Save