Je voudrais afficher le texte avec Size = 6 :
Mais je ne sais pas comment modifier la taille. Je n'ai pas r�ussi � affacter "Font->Size" une valeur inf�rieure � 8.
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4 MyBitmap->Canvas->Pen->Color = clRed; MyBitmap->Canvas->Pen->Color = clBlue; MyBitmap->Canvas->Font->Size = 6; MyBitmap->Canvas->TextOut(6,8,"Test");
Merci d'avance.
Partager