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:
macpgmr
2010-12-30 20:04:57 +00:00
parent 5d31c0d79b
commit 055525bdff
21 changed files with 565 additions and 527 deletions

View File

@ -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">'+