MHEG5  18.9.0
MHEG5 Documentation
Functions
mh5drawtext.h File Reference

MHEG class interface to graphics text render. More...

#include "mh5entryfield.h"
#include "mh5hypertext.h"

Go to the source code of this file.

Functions

void MHEG5drawText (MHEG5Text *txt)
 
void MHEG5drawEntry (MHEG5Entryfield *entry, entryfieldCursor_t cursor)
 
void MHEG5drawHypertext (MHEG5Hypertext *hypertxt)
 
void MH5_DisplayText (MHEG5Text *txt, S_REGION *overlap)
 
void MH5_DisplayEntry (MHEG5Entryfield *entry, S_REGION *overlap)
 

Detailed Description

MHEG class interface to graphics text render.

Date
28/05/2008
Author
Adam Sturtridge

Definition in file mh5drawtext.h.

Function Documentation

void MH5_DisplayEntry ( MHEG5Entryfield entry,
S_REGION overlap 
)

Definition at line 671 of file mh5drawtext.c.

void MH5_DisplayText ( MHEG5Text txt,
S_REGION overlap 
)

Definition at line 646 of file mh5drawtext.c.

void MHEG5drawEntry ( MHEG5Entryfield entry,
entryfieldCursor_t  cursor 
)

Definition at line 502 of file mh5drawtext.c.

void MHEG5drawHypertext ( MHEG5Hypertext hypertxt)

Definition at line 578 of file mh5drawtext.c.

void MHEG5drawText ( MHEG5Text txt)

Definition at line 485 of file mh5drawtext.c.