hello here is my code
VB Code:
Private Sub Command1_Click() With Picture1 Picture1.ScaleMode = 3 'Pixel .FontName = Combo1.Text .ForeColor = vbWhite .FontSize = Text5.Text .AutoRedraw = True .Cls .PaintPicture Image1.Picture, 0, 0 .PaintPicture Image2.Picture, 0, 0, 150, 150 Picture1.CurrentX = Text3.Text Picture1.CurrentY = Text4.Text Picture1.Print Text2.Text End If End With End Sub
now how do i make the text it prints AntiAlias ?




Reply With Quote