Показать сообщение отдельно
  #2  
Старый 19.06.2012, 11:42
Аватар для NumLock
NumLock NumLock вне форума
Let Me Show You
 
Регистрация: 30.04.2010
Адрес: Северодвинск
Сообщения: 5,426
Версия Delphi: 7, XE5
Репутация: 59586
По умолчанию

не нужен для этого пакет:
Код:
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
__________________
Пишу программы за еду.
__________________
Ответить с цитированием