Есть ли какойнибудь пакет компонентов для работы с графикой... например чтобы легко по трем точкам можно было рисовать дуги или стилизированный текст повернутый на определенный угол..... ??? что то в этом роде..
Последний раз редактировалось Kristina90, 18.06.2012 в 06:35.
BOOL PolyBezier(
HDC hdc, // handle to device context
CONST POINT *lppt, // pointer to endpoints and control points
DWORD cPoints // count of endpoints and control points
);
Код:
HFONT CreateFont(
int nHeight, // logical height of font
int nWidth, // logical average character width
int nEscapement, // angle of escapement
int nOrientation, // base-line orientation angle
int fnWeight, // font weight
DWORD fdwItalic, // italic attribute flag
DWORD fdwUnderline, // underline attribute flag
DWORD fdwStrikeOut, // strikeout attribute flag
DWORD fdwCharSet, // character set identifier
DWORD fdwOutputPrecision, // output precision
DWORD fdwClipPrecision, // clipping precision
DWORD fdwQuality, // output quality
DWORD fdwPitchAndFamily, // pitch and family
LPCTSTR lpszFace // pointer to typeface name string
);
Цитата:
int nEscapement, // angle of escapement
__________________
Пишу программы за еду.
__________________