summaryrefslogtreecommitdiff
path: root/MANUAL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-10 13:02:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-10 13:02:43 +0200
commitc6f8a149574f4e5196f802439e7439406ca82e71 (patch)
tree0b04b012f87d7033abb37aeb986385672b85da18 /MANUAL
parent32dd727d057a1ba22d403f48306adae10285ac77 (diff)
downloadvdr-c6f8a149574f4e5196f802439e7439406ca82e71.tar.gz
vdr-c6f8a149574f4e5196f802439e7439406ca82e71.tar.bz2
Freetype font support; full UTF-8 support; dropped pixel fonts
Diffstat (limited to 'MANUAL')
-rw-r--r--MANUAL17
1 files changed, 17 insertions, 0 deletions
diff --git a/MANUAL b/MANUAL
index 4f4db682..e244e46f 100644
--- a/MANUAL
+++ b/MANUAL
@@ -503,6 +503,23 @@ Version 1.4
current skin wants to, and 2 means always use the small
font.
+ Anti-alias = 1 Controls whether the OSD uses "anti-aliasing" to improve
+ font rendering. To make this work, the OSD must support
+ at least 256 colors, and the skin in use has to
+ utilize these. If either of these conditions is not met,
+ rendering will be done without anti-aliasing.
+
+ OSD font name = arialbd.ttf
+ Small font name = arial.ttf
+ Fixed font name = courbd.ttf
+ The file names of the various fonts to use.
+
+ OSD font size = 22
+ Small font size = 18
+ Fixed font size = 20
+ The sizes (in pixel) of the various fonts. Valid range is
+ 10...64.
+
Channel info position = bottom
The position of the channel info window in the OSD
(either 'bottom' or 'top').