martho
September 27th, 1999, 04:31 AM
Rotating a given CFont
Hello !
I got a lot of answers how to create a new CFont which is rotated by setting the Escapment. This works fine.
Now I want to do the following:
I got a CFont-Object (which can be every font available), and I want THIS font to be rotate. It should be a function like
CFont *GetRotatedFont(CFont *pNormalFont)
which provides a rotated font for EVERY *pNormalFont, which is putted in.
So should I copy the font and then setting the Escapement ? How ?
Regards
Martin
Hello !
I got a lot of answers how to create a new CFont which is rotated by setting the Escapment. This works fine.
Now I want to do the following:
I got a CFont-Object (which can be every font available), and I want THIS font to be rotate. It should be a function like
CFont *GetRotatedFont(CFont *pNormalFont)
which provides a rotated font for EVERY *pNormalFont, which is putted in.
So should I copy the font and then setting the Escapement ? How ?
Regards
Martin