Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HtmlTextBox 的 GUI 编辑器的字体大小功能是否损坏或未实现?生成的 html 标记仅显示包装在 SPAN 标记中的文本选择,并且在运行时不会发生大小变化。
不确定您使用的是哪个版本,一个带有字体大小的文本值被翻译为以下示例并且可以正常工作:
<span style="font-size: 12pt">Test</span>
我测试的控件基于“Telerik.Reporting.HtmlTextBox”
希望有帮助