MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
Functions
mh5font.c File Reference

Implement the MHEG5 Font Class Font Class Defines a class to represent a character font used for rendering text objects. Base class: Ingredient Subclasses: None Status: Concrete class. More...

#include <stdlib.h>
#include "mh5font.h"
#include "mh5memory.h"
#include "mh5queue.h"
#include "mh5application.h"
#include "mh5scene.h"
#include "mh5text.h"
#include "mh5object.h"
#include "mh5gate.h"
#include "mh5display.h"

Functions

void MHEG5fontRefreshTexts (MHEG5Font *font)
 Refresh Text objects that reference this Font object. This function may be called after the font has been retrieved (and its contented adapted successfully or unsuccessfully), or when the content retrieval failed. More...
 
void MHEG5fontInit (MHEG5Font *font)
 Initialise a font object with default values. More...
 
void MHEG5fontFree (MHEG5Font *font)
 Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed. More...
 
void MHEG5fontPrepare (MHEG5Font *font)
 
void MHEG5fontDestruct (MHEG5Font *font)
 
void MHEG5fontActivate (MHEG5Font *font)
 
void MHEG5fontDeactivate (MHEG5Font *font)
 

Detailed Description

Implement the MHEG5 Font Class Font Class Defines a class to represent a character font used for rendering text objects. Base class: Ingredient Subclasses: None Status: Concrete class.

Date
06/02/2002
Author
R.Freeman

Function Documentation

void MHEG5fontFree ( MHEG5Font font)

Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed.

Parameters
fontPointer to object to free.
Returns
Void
void MHEG5fontInit ( MHEG5Font font)

Initialise a font object with default values.

<Function description>="">

Parameters
fontPointer to object to initialise.
Returns
Void
void MHEG5fontRefreshTexts ( MHEG5Font font)

Refresh Text objects that reference this Font object. This function may be called after the font has been retrieved (and its contented adapted successfully or unsuccessfully), or when the content retrieval failed.

Parameters
groupPointer to app or scene.
fontPointer to font object.
Returns
Void