You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/os/windows
Niels Martin Hansen c800dcaff8 Fix: [Win32] Font glyphs of certain widths broke
Font glyphs between 33 and 39 pixels wide, in the Win32 font system, used wrong alignment and caused glyphs to appear broken.
When in the 33 to 39 pixel range, glyphs without AA were rounded down to 32 pixel pitch, instead of up to 64 pixel pitch.
3 years ago
..
CMakeLists.txt Codechange: [Win32] Move Win32-specific font code to a seperate file. 3 years ago
crashlog_win.cpp Codechange: Remove the now meaningless console_cp parameter from OTTD2FS 3 years ago
font_win32.cpp Fix: [Win32] Font glyphs of certain widths broke 3 years ago
font_win32.h Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of static buffers 3 years ago
ottdres.rc.in Add: introduce CMake for project management 4 years ago
string_uniscribe.cpp Codechange: Make OS font handle of the FontCache read-only. 3 years ago
string_uniscribe.h Codechange: remove #ifdef from .cpp files to exclude features 4 years ago
win32.cpp Change: [win32] Use user UI language for initial language selection (#8973) (#8974) 3 years ago
win32.h Codechange: Remove the now meaningless console_cp parameter from OTTD2FS 3 years ago