class CmFont


Public Methods

int charHeight(char car)
int charWidth(char car)
CmFont(int ff=DEFAULT_FONT)
CmFont(char *family, int h, int bold=0, int italic=0)
operator MTFont()
int textCharX(char *text, int x)
int textHeight(char *text)
int textNWidth(char *text, int len)
int textWidth(char *text)
~CmFont()

Private Fields

MTFont font
int loaded

Documentation

MTFont font

int loaded

operator MTFont()

CmFont(int ff=DEFAULT_FONT)

CmFont(char *family, int h, int bold=0, int italic=0)

~CmFont()

int textCharX(char *text, int x)

int textHeight(char *text)

int charHeight(char car)

int textWidth(char *text)

int textNWidth(char *text, int len)

int charWidth(char car)


This class has no child classes.

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++