Search found 33 matches: cfont

Return to advanced search

Ayuda C++ : SOLUCIONADO

... archivo de salida están en C++ La function es PSPRINTFILE(...) FUNCTION PSPrintFile(cFileName, lDelete, nPrinter, cTitle, nOrientation, ; nCopies, cFont, nNroImp, cNroLog, cCodCia,nNroFor, ; nNueTam,FormType,cNomFil ) Link para descargar fuete http://www.down.russoft.net/actualiz/PSC_C.rar Gracias ...
by russimicro
Thu Apr 11, 2024 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda C++ : SOLUCIONADO
Replies: 12
Views: 258

Re: Parpadeo de Menu COLOR , Ayuda

Local cFont := "Tahoma"
Local cFontH := -14

DEFINE FONT oFontMenu NAME cFont SIZE 0, cFontH WEIGHT 300
by devwin2010
Tue Oct 18, 2022 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 1874

Re: Errores OLE en TEXCELSCRIPT

... 951 ) Y la linea del prg es un simple say: oExcel:Say(3,1 ,'Matrícula','Arial',09 ,.F. , , , 7 , , , ,1) //METHOD Say( nRow, nCol, xValue , cFont , nSize , lBold , lItalic ,lUnderLine, nAlign, nColor, nFondo , nOrien , nStyle , cFormat ) CLASS TExcelScript Como que "explota" el ...
by puenteda
Thu Feb 24, 2022 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores OLE en TEXCELSCRIPT
Replies: 9
Views: 1173

Re: Know the size of a font selected

... ), 0 )   ReleaseDC( 0, hDC )return nPoints  Thanks Rao But I not understood How call that function ACTION (aFont:=ChooseFont(),; cFont :=aFont[LF_FACENAME],; nSizeFont:=FontHeightInPoints( aFont[LF_HEIGHT ]),; aGet[14]:refresh(),aGet[15]:refresh()) run ok I need also to Know these ...
by Silvio.Falconi
Tue Nov 03, 2020 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know the size of a font selected - Resolved -
Replies: 9
Views: 1322

Haru PDF in Mod_Harbour

... characters with the same font, then print to PDF the characters seem to print. Is this possible in HaruPdf? My vague attempt: hPdf := HPDF_New() cFont := HPDF_LoadTTFontFromFile( hPdf,"c:\mcsweb\lido2020\fonts\cour.ttf",HPDF_TRUE ) hFont := HPDF_GetFont( hPdf,cFont ) HPDF_SetCurrentEncoder( ...
by byron.hopp
Thu Mar 26, 2020 7:30 am
 
Forum: mod_harbour
Topic: Haru PDF in Mod_Harbour
Replies: 0
Views: 237

Re: Any tests drawing text with GDIPLUS ?

... There are 2 methods in GdiPlus I don't know how to use them maybe it is possible to use them for a solution. METHOD DrawText( nTop, nLeft, cText, cFont, nFont, oBrush ) METHOD DrawTextLFont( nTop, nLeft, cText, oFont, nH, oBrush, hDC, lB, lIt, lUnd, lStr, nOri, nEsc ) http://www.pflegeplus.com/IMAGES/Gdiplus5.bmp ...
by ukoenig
Thu Sep 26, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1540

Any tests drawing text with GDIPLUS ?

Hello, I tested drawing text with GDIPLUS with Methods oGraphics:DrawText( nTop, nLeft, cText, cFont, nFont, oBrush ) oGraphics:DrawTextLFont( nTop, nLeft, cText, oFont, nH, oBrush, hDC, lB, lIt, lUnd, lStr, nOri, nEsc ) NO text displayed :( There aren't any tests or informations ...
by ukoenig
Sat Sep 14, 2019 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1540

Re: New FTDN June/Junio 2019 (FWH 19.06)

... @K. el "get" no se limpia cuando el "get" toma el foco por segunda vez y en adelante. Corregido. * TGRAPH: - New DATAs: DATA cFont // cFaceName Font Base DATA nHFont // nHeight Font DATA nPorcY INIT 4600 // For Print Image aspect DATA nPorcX INIT 4000 // For Print Image aspect ...
by Antonio Linares
Tue Jul 16, 2019 11:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2748

New FTDN June/Junio 2019 (FWH 19.06)

... cString. * TGET: When using picture clause @K, get is not cleared when the get gets focus second time onwards. Fixed. * TGRAPH: - New DATAs: DATA cFont // cFaceName Font Base DATA nHFont // nHeight Font DATA nPorcY INIT 4600 // For Print Image aspect DATA nPorcX INIT 4000 // For Print Image aspect ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2748

New FTDN March/Marzo 2017 (FWH 17.03)

... hImg, lNoHighQuality ) CONSTRUCTOR METHOD NewFromWnd( oWnd, lNoHighQuality ) CONSTRUCTOR - Other Methods METHOD DrawText( cText, nTop, nLeft,cFont, nFontsize, oBrush ) METHOD SetSmoothingMode( nSmoothingMode ) METHOD Translate( nRow, nCol ) METHOD Rotate( nAngle )
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1508

change a font on line

... with all font LOCAL hDC := GetDC( oWnd:hWnd ) aFonts := ASort( GetFontNames( hDC ) ) ReleaseDC( oWnd:hWnd, hDC ) @ .27, 1.8 COMBOBOX oFonts VAR cFont ITEMS aFonts ; SIZE 170, 100 FONT oFont ; MESSAGE "Changes the font of the selection" ; OF oBar1 @ .38, 23.5 GET oSize VAR nSize OF ...
by Silvio.Falconi
Wed Feb 08, 2017 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a font on line
Replies: 3
Views: 908

New FTDN March 2016 (FWH 16.03)

... DrawTextLFont Use LOGFONT of font object actual * New: Class Pen METHOD SetLineJoin * New: Class Path DATA lNoHighQuality METHOD AddString( cText, cFont, nStyle, eMSize, nTop, nLeft, nRight, nBottom ) METHOD FillPath( oGraphics, oBrush, oWnd ) METHOD DrawPath( oGraphics, oPen, oWnd ) * Unicode: ...
by Antonio Linares
Wed Mar 30, 2016 8:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March 2016 (FWH 16.03)
Replies: 0
Views: 1305

Re: imprimir rotulo con tprinter

... idea usando estos comandos nanchohoja:=oPrn:nHorzRes() nanchotexto:=oPrn:GetTextWidth( cCad, oFont ) PRINT oPrn NAME "ROTULO" PREVIEW cFont := "Arial" oPrn:SetPage(9) oPrn:SetLandscape() DEFINE FONT oFont NAME cFont SIZE 0,45 BOLD OF oPrn PAGE Do while .t. nanchohoja:=oPrn:nHorzRes() ...
by artu01
Wed Aug 03, 2011 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: imprimir rotulo con tprinter
Replies: 4
Views: 973

print labels on TPrinter

Friends I want to print a text in the middle of an A4 landscape I like this: PRINT NAME oPrn "LABEL" PREVIEW CFont: = "Arial" oPrn: setPage (9) oPrn: SetLandscape () DEFINE FONT SIZE 0.45 oFont CFont NAME OF BOLD oPrn cCad1 = "SAMUEL BENDEZU CUADROS" ...
by artu01
Tue Aug 02, 2011 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print labels on TPrinter
Replies: 1
Views: 462

imprimir rotulo con tprinter

Gente Quiero imprimir un texto en la mitad de una hoja A4 apaisada Hago asi: PRINT oPrn NAME "ROTULO" PREVIEW cFont := "Arial" oPrn:SetPage(9) oPrn:SetLandscape() DEFINE FONT oFont NAME cFont SIZE 0,45 BOLD OF oPrn cCad1:="HIPOLITO SAMUEL BENDEZU CUADROS" ...
by artu01
Tue Aug 02, 2011 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: imprimir rotulo con tprinter
Replies: 4
Views: 973
Next

Return to advanced search