|
From: Dimitris S. <se...@de...> - 2003-07-21 11:52:33
|
> It will be slower as now you'd have to change the default for the true > choice every time something is drawn. Its probably not so bad under X11, > but on WIN32 I think its more expensive. you could only return the font at the invokation of getFont(), since in this case you get NULL back, wile the window prints using some font. This way, you shift the overhead to the use of getFont() when needed. It is not anything really, it's just for the sake of clarity and conformity. Thanks a lot, Dimitris |