]> git.vomp.tv Git - vompclient.git/blob - teletxt/txtfont.h
Fix text corruption in channel number display on live tv
[vompclient.git] / teletxt / txtfont.h
1 #ifndef __TXTFONT_H
2 #define __TXTFONT_H
3
4 #include "../teletextdecodervbiebu.h"
5
6 unsigned int* GetFontChar(cTeletextChar c, unsigned int *buffer);
7 // Get a character bitmap for character/charset
8 // Also handle double width/height partial characters
9 // buffer must be an unsigned int[10] buffer, that *may* be used
10 // to store the character - a different pointer may be returned too.
11 // returns NULL if undefined character
12
13
14 #endif