diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 12:15:24 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 12:15:24 +0200 |
commit | d2b11bf712f2c13b0b465f83f9fb0653b7dd5525 (patch) | |
tree | d1a0fe23131776250a280bbae1cd0b2a1c5ea020 /HISTORY | |
parent | 5fec367e604e642727437067ecd0cad32728ae87 (diff) | |
download | vdr-d2b11bf712f2c13b0b465f83f9fb0653b7dd5525.tar.gz vdr-d2b11bf712f2c13b0b465f83f9fb0653b7dd5525.tar.bz2 |
Implemented cFont::CreateFont()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5246,3 +5246,5 @@ Video Disk Recorder Revision History for code and hints on how to do this). - If no fonts are installed, VDR now uses a dummy font that doesn't actually draw any text, and logs an error message. +- The new function cFont::CreateFont() can be used by plugins to create and use + fonts of their own, independent of VDR's standard fonts. |