MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Interface to the MHEG text render that uses Freetype font library. More...
Go to the source code of this file.
Data Structures | |
struct | VRect |
struct | _TextString |
struct | _HyperAttribs |
struct | s_FontProp |
struct | _DrawTextAttrib |
Macros | |
#define | FONT_STYLE_PLAIN 0x00 |
#define | FONT_STYLE_SQUARE 0x10 |
#define | FONT_STYLE_NO_SCALE 0x80 |
#define | JUSTIFY_H_START 0x00 |
#define | JUSTIFY_H_END 0x01 |
#define | JUSTIFY_H_CENTRE 0x02 |
#define | JUSTIFY_H_JUSTIFIED 0x03 |
#define | WRAP_WORDS 0x04 |
#define | WRAP_VERTICAL 0x08 |
#define | JFY_HZ_MASK 0x03 |
#define | JFY_WRAP_MASK 0x0c |
#define | JFY_HZ_WRAP_MASK 0x0f |
#define | JUSTIFY_V_START 0x00 |
#define | JUSTIFY_V_END 0x10 |
#define | JUSTIFY_V_CENTRE 0x20 |
#define | JUSTIFY_V_JUSTIFIED 0x30 |
#define | JUSTIFY_VERTI_MASK 0x30 |
#define | OBSCURED_INPUT_CHAR ('*') |
#define | ENTRY_INSERT_CHAR ('_') |
#define | ENTRY_OVERWRITE_CHAR ('<') |
#define | HK_FNT_MAGIC 0xFEFF |
Typedefs | |
typedef struct VRect * | pVRect |
typedef struct _TextString | TextString |
typedef struct _TextString * | pTextString |
typedef struct _HyperAttribs | HyperAttribs |
typedef struct _HyperAttribs * | pHyperAttribs |
typedef struct s_FontProp | S_FontProp |
typedef struct _DrawTextAttrib | DrawTextAttrib |
typedef struct _DrawTextAttrib * | pDrawTextAttrib |
Functions | |
void * | MG_DrawText (const TextString unistr, pDrawTextAttrib attrib, const VRect txt_box) |
Create Surface and draw text string on it and terminate freetype library. More... | |
S16BIT | MG_TextWidth (const TextString unistr, pDrawTextAttrib attrib) |
void | MG_DrawScreenText (const TextString unistr, pDrawTextAttrib attrib, S_SURFACE *canvas) |
Single line text string drawn on existing Surface. More... | |
Interface to the MHEG text render that uses Freetype font library.
#define ENTRY_INSERT_CHAR ('_') |
#define ENTRY_OVERWRITE_CHAR ('<') |
#define FONT_STYLE_NO_SCALE 0x80 |
#define FONT_STYLE_PLAIN 0x00 |
#define FONT_STYLE_SQUARE 0x10 |
#define HK_FNT_MAGIC 0xFEFF |
#define JFY_HZ_MASK 0x03 |
#define JFY_HZ_WRAP_MASK 0x0f |
#define JFY_WRAP_MASK 0x0c |
#define JUSTIFY_H_CENTRE 0x02 |
#define JUSTIFY_H_END 0x01 |
#define JUSTIFY_H_JUSTIFIED 0x03 |
#define JUSTIFY_H_START 0x00 |
#define JUSTIFY_V_CENTRE 0x20 |
#define JUSTIFY_V_END 0x10 |
#define JUSTIFY_V_JUSTIFIED 0x30 |
#define JUSTIFY_V_START 0x00 |
#define JUSTIFY_VERTI_MASK 0x30 |
#define OBSCURED_INPUT_CHAR ('*') |
#define WRAP_VERTICAL 0x08 |
#define WRAP_WORDS 0x04 |
typedef struct _DrawTextAttrib DrawTextAttrib |
typedef struct _HyperAttribs HyperAttribs |
typedef struct _DrawTextAttrib * pDrawTextAttrib |
typedef struct _HyperAttribs * pHyperAttribs |
typedef struct _TextString * pTextString |
typedef struct s_FontProp S_FontProp |
typedef struct _TextString TextString |
void MG_DrawScreenText | ( | const TextString | unistr, |
pDrawTextAttrib | attrib, | ||
S_SURFACE * | canvas | ||
) |
Single line text string drawn on existing Surface.
unistr | Unicode String |
attrib | Attributes on the string (including font data) |
canvas | Surface |
void* MG_DrawText | ( | const TextString | unistr, |
pDrawTextAttrib | attrib, | ||
const VRect | txt_box | ||
) |
Create Surface and draw text string on it and terminate freetype library.
unistr | Unicode String to display |
attrib | Attributes on the string (including font data) |
txt_box | Rectangle in SD pixel size |
unistr | Unicode String |
attrib | Attributes on the string (including font data) |
txt_box | Rectangle in SD pixel size |
S16BIT MG_TextWidth | ( | const TextString | unistr, |
pDrawTextAttrib | attrib | ||
) |
unistr | Unicode String |
attrib | Attributes on the string (including font data) |
f_sz | Pointer to font size data |
unistr | Unicode String |
attrib | Attributes on the string (including font data) |