We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.6
the fontsize of the Math formula seems not work well
XWPFParagraph p3 = m_Doc.CreateParagraph(); p3.Alignment = ParagraphAlignment.CENTER; var s = p3.CreateRun(); s.SetText("asdadada"); s.FontSize = 50; XWPFOMath math = p3.CreateOMath(); var a = math.CreateRun(); a.SetFontFamily("宋体", FontCharRange.Ascii); a.FontSize = 50; a.SetText("a");
the fontsize of the normal paragraph content works well, but the fontsize of the math still the default size
The text was updated successfully, but these errors were encountered:
6ecd959
Successfully merging a pull request may close this issue.
NPOI Version
2.5.6
File Type
Issue Description
the fontsize of the Math formula seems not work well
the fontsize of the normal paragraph content works well,
but the fontsize of the math still the default size
The text was updated successfully, but these errors were encountered: