mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 13:38:17 +02:00
Another minor change to TTF debug log
git-svn-id: trunk@36262 -
This commit is contained in:
parent
735bfa64bd
commit
9295d6a2a5
@ -687,8 +687,6 @@ begin
|
||||
// Debug info before the TTF scanning starts to get results before exceptions
|
||||
{$ifdef CD_Debug_TTF}
|
||||
AFontPaths.SaveToFile('/tmp/lxfontpaths.txt');
|
||||
AFontList.Sort;
|
||||
AFontList.SaveToFile('/tmp/lxfontlist.txt');
|
||||
{$endif}
|
||||
|
||||
// We have populated FontPaths, now we may build the font list
|
||||
@ -703,6 +701,11 @@ begin
|
||||
// default for older distros
|
||||
if AFontList.Values['Luxi Sans Regular'] <> '' then LuxiFont:= True
|
||||
else LuxiFont:= False;
|
||||
|
||||
{$ifdef CD_Debug_TTF}
|
||||
AFontList.Sort;
|
||||
AFontList.SaveToFile('/tmp/lxfontlist.txt');
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
function TCDWidgetSet.BackendGetFontPath(const LogFont: TLogFont; const LongFontName: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user