You've already forked lazarus-ccr
richmemo: fix ParaMetric initialization function
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -160,7 +160,7 @@ function GetFontParams(color: TColor; styles: TFontStyles): TFontParams; overloa
|
||||
function GetFontParams(const Name: String; color: TColor; styles: TFontStyles): TFontParams; overload;
|
||||
function GetFontParams(const Name: String; Size: Integer; color: TColor; styles: TFontStyles): TFontParams; overload;
|
||||
|
||||
procedure InitParaMatric(var m: TParaMetric);
|
||||
procedure InitParaMetric(var m: TParaMetric);
|
||||
procedure InitParaNumbering(var n: TParaNumbering);
|
||||
|
||||
var
|
||||
@ -204,6 +204,7 @@ end;
|
||||
procedure InitParaMatric(var m: TParaMetric);
|
||||
begin
|
||||
FillChar(m, sizeof(m), 0);
|
||||
m.LineSpacing:=1.0;
|
||||
end;
|
||||
|
||||
procedure InitParaNumbering(var n: TParaNumbering);
|
||||
|
Reference in New Issue
Block a user