mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 02:48:31 +02:00
LCL: GTK2: Fixed font issues at high-DPI on Gtk2. Issue #32268
git-svn-id: trunk@55665 -
This commit is contained in:
parent
9dac1908af
commit
81635180d3
@ -5206,7 +5206,7 @@ begin
|
||||
if not pango_font_description_get_size_is_absolute(PangoDesc) or (AFontSize >= PANGO_SCALE) then
|
||||
AFontSize := AFontSize div PANGO_SCALE;
|
||||
|
||||
PLogfont(Buf)^.lfHeight := MulDiv(AFontSize, GetDeviceCaps(0, LOGPIXELSX) , 72);
|
||||
PLogfont(Buf)^.lfHeight := MulDiv(AFontSize, Screen.PixelsPerInch, 72);
|
||||
end;
|
||||
end;
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user