Implement the MHEG5 Hypertext Class. The HyperText class is a subclass of the Text class...
void MHEG5drawHypertext(MHEG5Hypertext *hypertxt)
void MHEG5drawEntry(MHEG5Entryfield *entry, entryfieldCursor_t cursor)
void MH5_DisplayEntry(MHEG5Entryfield *entry, S_REGION *overlap)
void MH5_DisplayText(MHEG5Text *txt, S_REGION *overlap)
void MHEG5drawText(MHEG5Text *txt)
Implement the MHEG5 EntryField Class. Defines an interaction widget used by the final user to edit an...