1. 修复表格遇到边界报错问题

2. 支持表格的奇数行、偶数行样式
This commit is contained in:
csh
2024-09-26 11:40:23 +08:00
parent 5dc201c1a2
commit 68ce759668
5 changed files with 58 additions and 11 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ end;
function TSFontWare.GetBuiltInFont(name: string; bold: boolean; italic: boolean);
begin
font_name := substitution_rules_["name"];
font_name := substitution_rules_[name];
if ifnil(font_name) then font_name := "SimSun";
if bold and italic then
font_name += ",BoldItalic";