Added cFont::Width(void) to get the default character width and allow stretched font drawing in high level OSDs

This commit is contained in:
Klaus Schmidinger
2016-12-22 12:53:09 +01:00
parent f91468ff9b
commit b6080634cc
6 changed files with 26 additions and 8 deletions

View File

@@ -8862,3 +8862,5 @@ Video Disk Recorder Revision History
- Fixed replaying recordings to their very end, if they don't end with an I-frame
(thanks to Thomas Reufer).
- Implemented a frame parser for H.265 (HEVC) recordings (thanks to Thomas Reufer).
- Added cFont::Width(void) to get the default character width and allow stretched
font drawing in high level OSDs (thanks to Thomas Reufer).