summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx
AgeCommit message (Expand)Author
3 dayswip: forkmaxim nikonov
2026-01-21Improve handling of text containing context-dependent unicode points.ManoloFLTK
2025-09-19Underline does not appear in some fonts and scales (Windows,X11-noCairo) (#1308)ManoloFLTK
2025-09-17Fix: Underline does not appear in some fonts and scales (WinXP .. Win11) (#1308)ManoloFLTK
2025-03-16Fix font termination bug from 2e1730d2f0f1 (#1221)Albrecht Schlosser
2025-03-15Fix potential buffer overflow on Windows when loading fonts (#1221)Albrecht Schlosser
2025-01-22Windows: replace "Arial" by "Microsoft Sans Serif" for the FL_HELVETICA font...ManoloFLTK
2022-11-11Fix Visual Studio compiler warningsAlbrecht Schlosser
2022-08-13Replace call to CreateFont() by call to CreateFontW().ManoloFLTK
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2021-05-31Windows platform: use GDI+ to antialias oblique lines and curves.ManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-05Some cleaning in commentsManolo Gouy
2017-06-28Fix code formatting and typos.Albrecht Schlosser
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...Manolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-09Fix MSWindows issues from last refactoring.Matthias Melcher
2016-01-31Update build system to compile all drivers as indiviual objects.Albrecht Schlosser
2016-01-26Moving GDI/WIN32 files to new directroy structureMatthias Melcher