dcTextout

5.6.10/22
Stampa a video un testo.

Sintassi

DWORD dcTextout( HDC hdc,
                 INT x,
                 INT y,
                 EH_COLOR colText,
                 EH_COLOR colBack,
                 EH_FONT * psFont,
                 INT iByteChar,
                 void *pString,
                 INT iLen,
                 EN_DPL enAlign);

Parametri


Valori di ritorno

ritorna la larghezza del testo in pixel stampato

Commenti

	EH_FONT *psFont;
	BOOL bAllocated;
	psFont=fontCreate(pFontFace,iNfi,iStyles,true,&bAllocated,NULL);
	dcTextout(hdc,x,y,col1,col2,psFont,1,szNumber,iLen,DPL_RIGHT);
	if (bAllocated) fontDestroy(psFont,TRUE);

Easyhand C/C++: dcTextout | Last modified: 30/07/2015 18.41.58 Europe/Rome | #1.1058
P.. 853
Easyhand C/C++
Una mano alle tue idee.
Privacy Policy