Using dummy font if no fonts are installed

This commit is contained in:
Klaus Schmidinger
2007-06-17 11:47:18 +02:00
parent 79b1c68ffb
commit 3c68ef28d0
3 changed files with 31 additions and 4 deletions

View File

@@ -5244,3 +5244,5 @@ Video Disk Recorder Revision History
- Replaced strn0cpy() with Utf8Strn0Cpy() where necessary.
- Now using 'fontconfig' to determine which fonts to use (thanks to Anssi Hannula
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.