summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-04 13:40:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-04 13:40:52 +0100
commitfe0a0116113e8426173b2e4a066350ba6a9d3579 (patch)
tree05086fbdb2445c4f6cc689cddc9e51cb1180dd71 /font.h
parentada6766c194c8caf3415a023b74ffe46db9be119 (diff)
downloadvdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.gz
vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.bz2
Fixed several spelling errors
Diffstat (limited to 'font.h')
-rw-r--r--font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/font.h b/font.h
index dbca88ef..8e734ace 100644
--- a/font.h
+++ b/font.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: font.h 2.5 2011/01/14 16:22:03 kls Exp $
+ * $Id: font.h 2.6 2011/12/04 13:38:17 kls Exp $
*/
#ifndef __FONT_H
@@ -51,7 +51,7 @@ public:
virtual int Height(void) const = 0;
///< Returns the height of this font in pixel (all characters have the same height).
int Height(const char *s) const { return Height(); }
- ///< Returns the height of this font in pixel (obsolete, just for backwards compatibilty).
+ ///< Returns the height of this font in pixel (obsolete, just for backwards compatibility).
virtual void DrawText(cBitmap *Bitmap, int x, int y, const char *s, tColor ColorFg, tColor ColorBg, int Width) const = 0;
///< Draws the given text into the Bitmap at position (x, y) with the given colors.
///< The text will not exceed the given Width (if > 0), and will end with a complete character.