diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-02-13 15:38:52 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-03-26 14:21:33 +0100 |
| commit | 09352ddab0372d92dfbacb562c6bde24bf98d02d (patch) | |
| tree | c1bb446113ff0f4c181269d73d57d15ef5ac13de /documentation/src | |
| parent | 89449280dc6be1d0d54359d48fc74d6c05f0c0c0 (diff) | |
Update documentation, fix typos
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/osissues.dox | 4 |
1 files changed, 2 insertions, 2 deletions
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. <tt>fltk.background</tt>). If no match is found, a global search is done (e.g. <tt>*background</tt>). -\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. |
