Commit Graph
19 Commits
Author SHA1 Message Date
Cameron Cawley 5bd0ec43a6 STARK: Fully separate bitmaps and textures 2023-01-15 11:54:11 +02:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Bastien Bouclet 308c018141 STARK: Add an engine option to enable font anti-aliasing
Makes use of stem darkening which requires at least FreeType 2.9
2019-06-29 16:42:55 +02:00
Bastien Bouclet 9bbaa69dba STARK: Make the text color endian-safe 2019-01-28 21:23:14 +01:00
Bastien Bouclet 282d82df85 STARK: Implement the confirmation dialogs using the original style 2019-01-27 17:53:50 +01:00
Douglas Liu 20d54d788f STARK: Improve on hardcoded parameters 2018-06-09 00:02:45 +08:00
Douglas Liu e779bc8b1c STARK: Style problems fixed 2018-05-21 15:30:56 +08:00
Douglas Liu 6f740cad70 STARK: Fix the empty text bounding area 2018-05-21 15:30:56 +08:00
Douglas Liu f7697e93bd STARK: Fix the text resized problem on diary index menu
Fix issue #1402
2018-03-28 18:34:06 +02:00
Bastien Bouclet 61576afabf STARK: Use a separate variable for the target width in the text renderer
Fixes the target width value changing due to rounding errors when
refreshing the text.
2018-02-14 19:59:15 +01:00
Bastien Bouclet b358f025a1 STARK: Move surface rendering to its own class
So that more rendering parameters can be added in the future without
creating a mess.
2016-01-01 07:30:11 +01:00
Bastien Bouclet 9ed9efb443 STARK: Draw text at the native resolution 2016-01-01 07:30:10 +01:00
Bastien Bouclet a4ae3939d9 STARK: Use the appropriate font height when rendering text 2016-01-01 07:30:08 +01:00
Bastien Bouclet 6e3c6f837a STARK: Set a background color for text rendering 2016-01-01 07:30:08 +01:00
Bastien Bouclet c9540977eb STARK: Implement TrueType font rendering 2016-01-01 07:30:08 +01:00
Bastien Bouclet 0393525a2c STARK: Set the target width in pixels when rendering text 2016-01-01 07:30:07 +01:00
Bastien Bouclet 5778902561 STARK: Don't pass the GFX driver on render calls 2016-01-01 07:30:05 +01:00
Bastien Bouclet 0d62f7a400 STARK: Move text rendering to a separate class 2016-01-01 07:29:51 +01:00