Format

IMathematicalText.Format property

文本格式属性

public IPortionFormat Format { get; }

例子

示例:

[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;

也可以看看