From 09352ddab0372d92dfbacb562c6bde24bf98d02d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Feb 2020 15:38:52 +0100 Subject: Update documentation, fix typos --- documentation/src/osissues.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index d70118d69..e2511f4ef 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -474,7 +474,7 @@ the class "fltk" is used (e.g. fltk.background). If no match is found, a global search is done (e.g. *background). -\subsection osissues_x_scaling Dislay Scaling Factor +\subsection osissues_x_scaling Display Scaling Factor FLTK uses the value of the Xft.dpi resource divided by 96. to initialize the display scaling factor. That is also @@ -583,7 +583,7 @@ DrawSomething(fl_gc, ..., fl_brush()); It may also be useful to refer to Fl_Window::current() to get the window's size or position. -\subsection osissues_windows_scaling Dislay Scaling Factor +\subsection osissues_windows_scaling Display Scaling Factor FLTK uses the value given by function GetDpiForMonitor() divided by 96. to initialize the scaling factor of each display in the system. -- cgit v1.2.3