1. 修复表格遇到边界报错问题
2. 支持表格的奇数行、偶数行样式
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user