summaryrefslogtreecommitdiff
path: root/graphtft
AgeCommit message (Collapse)Author
2009-07-13Replace internal freetype font handling with VDR's font facilities.Ville Skyttä
Skins that use fonts other than VDR's standard "Osd", "Fix", and "Sml" need to be adapted to use font names as understood by VDR's CreateFont() (Family:Style as of writing this) instead of filenames in their font attributes' names, to use '@' instead of ':' as the separator before sizes, and have fonts shipped with the skin installed and configured in fontconfig. Typically, install font files (if necessary) to a dir somewhere, run fc-cache(1) on the dir, replace for example font="SomeFont.ttf:22,85" with font="Some Font@22,85" or font="SomeFontBold.ttf:22,85" with font="Some Font:Bold@22,85" in the *.skin file. Also, in case the shipped fonts are derivatives of some existing ones, they may need to be properly renamed to something so they will be used instead of the original if it happens to be installed. (closes #36)
2009-06-21Removed backward compatibility to VDR < 1.6.0 (closes #137)Thomas Günther
2009-05-16Fix font problems with libfreetype6 >= 2.2.1Jerome
(patch by Jerome <jlacvdr@jlac.dyndns.org>)
2009-01-03Make compatible with VDR >= 1.5.4.Stone
2005-01-30- new version from Kennylordjaxom
2005-01-02- Width now in percentlordjaxom
2005-01-02- replaced width of space with width of '-'lordjaxom
2004-12-19Initial revisionlordjaxom
2004-12-141.0-pre4v1.0-pre4lordjaxom
2004-12-091.0-pre2v1.0-pre2lordjaxom
2004-12-081.0-pre1v1.0-pre1lordjaxom