The members of the OKFCHAR structure contains the properties specific to font chars calculated during the registration of the font.
typedef
struct tagOKFCHAR {
unsigned char
index;
unsigned short position;
unsigned char
width;
signed char
leftIndent;
signed char
rightIndent;
} OKFCHAR;
Members
index
The real index of the char in the font char set.
position
The horizontal position of the char in the font bitmap.
position
The horizontal position of the char in the font bitmap.
width
The width of the char in the font bitmap, taken from OKFFONT.charWidths.
leftIndent
Left indent of the character, taken from OKFFONT.leftIndents.
rightIndent
Right indent of the character, taken from OKFFONT.rightIndents.
See Also
OKF Font Engine Routines, OKF Font Engine Structures, OkfGetFontChar