LCL: GTK2: Fixed font issues at high-DPI on Gtk2. Issue #32268

git-svn-id: trunk@55665 -
This commit is contained in:
michl 2017-08-15 20:43:58 +00:00
parent 9dac1908af
commit 81635180d3

View File

@ -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