You've already forked lazarus-ccr
Minor changes to demo apps to eliminate MS fonts, etc.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1411 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -36,7 +36,8 @@ var
|
||||
S: string[210];
|
||||
begin
|
||||
inherited Create(Owner);
|
||||
Viewer.DefFontName := 'MS Sans Serif';
|
||||
//Viewer.DefFontName := 'MS Sans Serif'; //Windows-only font
|
||||
Viewer.DefFontName := 'Arial';
|
||||
Viewer.DefFontSize := 9;
|
||||
Viewer.DefFontColor := clNavy;
|
||||
S :='<body bgcolor="ffffeb" text="000080">'+
|
||||
|
Reference in New Issue
Block a user