aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/winfont.cpp
AgeCommit message (Expand)Author
2020-01-11COMMON: Add a function to simplify loading Windows executablesCameron Cawley
2020-01-11GRAPHICS: Simplify loading Windows fontsCameron Cawley
2020-01-11ALL: Create all instances of NEResources and PEResources using new instead of...Cameron Cawley
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-23GRAPHICS: Let Font take uint32 as character codes.Johannes Schickel
2011-06-23GRAPHICS: Allocate Common::PEResources on the heap in WinFont::loadFromPE()Julien
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-03-07GRAPHICS: Fix a missing 'f'Matthew Hoops
2011-02-23GRAPHICS: Add support for PE FON filesMatthew Hoops
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
2011-01-13GRAPHICS: Begin to parse Win1 fonts based on our sole Hugo1 sample (still WIP)Matthew Hoops
2011-01-13GRAPHICS: Use the pixel height instead of the ascent as the WinFont heightMatthew Hoops
2011-01-04GRAPHICS: Add support for Windows FON/FNT fontsMatthew Hoops