|
@@ -9,7 +9,7 @@ namespace HTEXLib
|
|
|
//https://www.jianshu.com/p/2ae5376a9267?from=message&isappinstalled=0
|
|
|
//https://www.compart.com/en/unicode/U+1D59C
|
|
|
//https://www.fuhaozi.com/unicode/1D/1D510.html
|
|
|
- public MathML mathML { get; set; }
|
|
|
+ public MathFormula formula { get; set; }
|
|
|
// public HTEXLib.Models.HTEX.ShapeStyle style { get; set; } = new Models.HTEX.ShapeStyle();
|
|
|
|
|
|
public string shapeType { get; set; }
|
|
@@ -18,8 +18,9 @@ namespace HTEXLib
|
|
|
|
|
|
|
|
|
}
|
|
|
- public class MathML {
|
|
|
- public string formula { get; set; }
|
|
|
+ public class MathFormula
|
|
|
+ {
|
|
|
+ public string text { get; set; }
|
|
|
public double pitchFamily { get; set; }
|
|
|
public string typeface { get; set; }
|
|
|
}
|