Implemented cFont::CreateFont()

This commit is contained in:
Klaus Schmidinger
2007-06-17 12:15:24 +02:00
parent 5fec367e60
commit d2b11bf712
3 changed files with 26 additions and 13 deletions

View File

@@ -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.