You've already forked lazarus-ccr
fpspreadsheet: Fix reading error in ods related to rich-text fonts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -994,7 +994,7 @@ begin
|
||||
begin
|
||||
Result := Result + '<font';
|
||||
if cfFontName in FChangedParams[i] then
|
||||
Result := Result + ' face="' + FFonts[i].FontName + '"';
|
||||
Result := Result + ' face="' + UnquoteStr(FFonts[i].FontName) + '"';
|
||||
if cfFontSize in FChangedParams[i] then
|
||||
Result := Result + ' size="' + Format('%.gpt', [FFonts[i].Size], FPointSeparatorSettings) + '"';
|
||||
if cfFontColor in FChangedParams[i] then
|
||||
|
Reference in New Issue
Block a user