How to rotate font with wglUseFontBitmaps ?
hi,
i have problem with fonts !
How to rotate font with wglUseFontBitmaps ?
The code in Delphi is:
font := CreateFont(-24,
0,
0, // < ------ escapement no work !!!!!
0, // <--------orientation no work !!!!!
FW_BOLD,
0,
0,
0,
ANSI_CHARSET,
OUT_TT_PRECIS,
CLIP_DEFAULT_PRECIS,
ANTIALIASED_QUALITY,
FF_DONTCARE or DEFAULT_PITCH,
'Courier New');
SelectObject(h_dc,font);
wglUseFontBitmaps(h_dc,32,96,base);
the Outline Fonts is too slow !!
help me !!!!!
thanks
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement