mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
Gtk fix: cell-based fonts are monospace (font-dialog did diagnostic them as proportional)
git-svn-id: trunk@18539 -
This commit is contained in:
parent
0b4a2d7e77
commit
79727cbfff
@ -392,7 +392,7 @@ begin
|
||||
else if AnsiCompareText(Item,'P')=0 then
|
||||
Result.lfPitchAndFamily:=VARIABLE_PITCH
|
||||
else if AnsiCompareText(Item,'C')=0 then
|
||||
Result.lfPitchAndFamily:=VARIABLE_PITCH;
|
||||
Result.lfPitchAndFamily:=FIXED_PITCH;
|
||||
|
||||
GetNextItem; // 13. read AverageWidth
|
||||
AverageWidth := StrToIntDef(Item,0);
|
||||
|
Loading…
Reference in New Issue
Block a user