EW_Font

EW_Font

ew

1998 12-05


CLASS

EW_Font - font handler


SYNOPSIS

EW_Font holds information about a loaded font. It is set from
EW_Window::LoadFont(EW_Font *fontdata,EW_FontRequest *request) and passed to
EW_Window::SetFont(EW_Font *fontdata).


The contents of EW_Font are platform dependent and should not be accessed outside of the EW internal functions.


FILES

ew/text.h Font/text header file


SEE ALSO

EW_intro(3), EW_Window(3), EW_FontRequest(3)


NOTES

There might be some use for system-dependent specific font request, such as by string. After, perhaps, trying an X and Microsoft specific font name, they application would fall back on the standard LoadFont().