Search found 13 matches: extextout

Return to advanced search

Re: Help for extextout

Very gooooood!
by karinha
Thu Nov 19, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

Dear Uwe,

The quality of the tech support that you provide to all of us is simply outstanding! :-)

What a team of great masters we have here ;-)

thank you so much
by Antonio Linares
Fri Jun 06, 2014 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

Silvio, added both TEXTOUT and EXTEXTOUT on a mainwindow for a test. It works perpect, no problems. It is tested on the mainwindow, I still have to look using a dialog. I think there will be no difference. The screenshots, testing using ...
by ukoenig
Fri Jun 06, 2014 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

I tried but it modify the text color not the back
by Silvio.Falconi
Fri Jun 06, 2014 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

thanks
if nPenColor is a gradient ?
by Silvio.Falconi
Fri Jun 06, 2014 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

Silvio,
after this line :

hOldFnt := SelectObject( hDc, oFont:hFont )

SetBkMode( hDC, 1 )
SetTextColor( hDC, nPenColor ) // Textcolor
...
...
...
DeleteObject( hOldFnt )


Best regards
Uwe :?:
by ukoenig
Fri Jun 06, 2014 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

Sorry, I use this command : hOldFnt := SelectObject( hDc, oFont:hFont ) ExtTextOut( hDc, nLinea, 22, {nLinea,22,nLinea+16,22+nwidth}, aText[nCont,1] ) I not remeber but exit a selectobject command to make trasparent ... I'm trying to create a class to simulate for read a book ... http://www....
by Silvio.Falconi
Fri Jun 06, 2014 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Re: Help for extextout

Silvo I use Global SetDlgGradient() function which tells all your Dialogs to use the Transparent clause and then I use .rc to create a text field to be displayed on the form .. then a Redefine SAY with any PROMPT value I wish and you can embellish the font and use color if you like .. in this case I...
by Rick Lipkin
Thu Jun 05, 2014 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Help for extextout

I have a procedure use extexout function to show a text into a dialog
how I can converte the text on transparent with this extextout function ?
by Silvio.Falconi
Thu Jun 05, 2014 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for extextout
Replies: 8
Views: 2108

Drawtext

Hola a todos. Tengo un problemilla que a lo mejor alguien puede solucionarme. Cuando pinto un string con ExTextOut() el caracter "&" me sale bien, pero si lo pinto con DrawText() me sale "_" en lugar de "&", ¿que he de hacer para que ese ...
by antolin
Mon Apr 26, 2010 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Drawtext
Replies: 1
Views: 433

Tambien puedes probar con DrawText() o WSay() en lugar de ExTextOut() son muy similares. Con fondo transparente u Opaco, Etc... Consulta las ayudas del FWH para ver el uso de esas functiones.
by antolin
Fri Jun 29, 2007 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush... pero de TEXTO ?
Replies: 8
Views: 2377

... + Separcion Horizontal entre Textos FOR nY = ... TO ... STEP ... // FOR nVertDesde to nVertHasta STEP AltoTexto +Separacion Vertical entre Lineas ExTextOut(hDc,nX,nY,{nX,nY,nX+AnchoTexto,nY+AltoText},"TEXTO A DESPLEGAR") NEXT NEXT SelectObject(hDC,OldFont) PalDrawText(hDc,X..,Y..,Bmp:hBitmap, ...
by antolin
Fri Jun 29, 2007 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush... pero de TEXTO ?
Replies: 8
Views: 2377

Intentalo con ExTextOut() desde el pintado del dialogo/Window (el :bPainted) antes de colocar el bitmap con PalBmpDraw()
Calcula las coordenadas para poner la primera linea de texto por debajo de la toolbar.
Suerte
Saludos
by antolin
Thu Jun 28, 2007 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush... pero de TEXTO ?
Replies: 8
Views: 2377

Return to advanced search