aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-10 01:41:17 +0100
committerJohannes Schickel2012-02-10 01:41:17 +0100
commit9cf2fae53abb1bf40655ed563931937930a9d4ec (patch)
tree4ab7eae4d69b69355486bbcf15f4545ccbf4e95c /NEWS
parent6b16fe9423af831cc2d2c4448410c80b18a07541 (diff)
downloadscummvm-rg350-9cf2fae53abb1bf40655ed563931937930a9d4ec.tar.gz
scummvm-rg350-9cf2fae53abb1bf40655ed563931937930a9d4ec.tar.bz2
scummvm-rg350-9cf2fae53abb1bf40655ed563931937930a9d4ec.zip
NEWS: Mention TrueType font support.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f6c440fafa..e1e06b2660 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ For a more comprehensive changelog of the latest experimental code, see:
General:
- Updated MT-32 emulation code to latest munt project snapshot. The emulation
improved dramatically.
+ - Implemented support for TrueType fonts via FreeType2 in our GUI. Along
+ with it GNU FreeFont was also added to our modern theme. Note that not all
+ ports take advantage of this.
SDL ports:
- Added support for OpenGL (GSoC Task).