Get the OKFCHAR pointer of a given font character.
OKFCHAR *OkfGetFontChar( OKFFONT *pFont, unsigned char ch );
Routine | Required Header |
OkfGetFontChar | "okf.h" |
Libraries
OKLIB.A | Oankali's GP32 run-time library |
Return Value
OkfGetFontChar returns a pointer that points to the extended information of a character in the font character set.
Parameters
pFont
A pointer to an OKFFONT structure.
Remarks
The OkfGetFontChar macro definition is used to retrieve the extended information of a given character through its OKFCHAR structure. The character ch must exist in the character set of the font pointed by pFont, else an unpredictable pointer is returned.
Example
|
See Also
OKF Font Engine Routines, OKF Font Engine Structures, OKFFONT, OKFCHAR