Search found 35 matches: getfont

Return to advanced search

Haru PDF in Mod_Harbour

I am attempting to convert many old Clipper 87 printouts to Mod_Harbour. The original programmer utilized the IBM line / box characters found at around chr(179) through chr(218). I cannot figure out how to utilize the Courier New Regular" TTF font in Haru Pdf and produce those characters. Howev...
by byron.hopp
Thu Mar 26, 2020 7:30 am
 
Forum: mod_harbour
Topic: Haru PDF in Mod_Harbour
Replies: 0
Views: 237

BUG: FONTS NOT RELEASED IN LATEST FWH

Hi, Those fonts are not released: -- FONT,-1710615546,TWINDOW:GETFONT(2995)->TWINDOW:NEW(960)->MAIN(657) -- BRUSH,152049635,TRPANEL:REGISTER(779)->TRPANEL:NEW(50)->TRIBBONBAR:NEW(314)->MAIN(664) -- FONT,-1811279512,TRICHEDIT:REDEFINE(403)->ALTASCLIENTE(1527)->->TXBROWSE:LDBLCLICK(5071)->TWINDOW:HANDLEEVENT(0)->TCONTROL:HANDLEEVENT(1801)->TXBROWSE:HANDLEEVENT(11221)->_FWH(3559)->DIALOGBOXINDIRECT(0)->TDIALOG:ACTIVATE(304)->VERCLIENTES(2036)->(b)MAIN(685)->TRBTN:CLICK(717)->TRBTN:LBUTTONUP(917)->TCONTROL:HANDLEEVENT(1791)->TRBTN:HANDLEEVENT(1575)->_FWH(3559)->WINRUN(0)->TWINDOW:ACTIVATE(1097)->MAIN(761) ...
by MOISES
Fri Dec 20, 2019 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG: FONTS NOT RELEASED IN LATEST FWH
Replies: 9
Views: 1021

Re: Imprimir pdf sin intervención del usuario

Con Harbour, tienes que enlazar las librerias hbhpdf.lib y libhpdf.lib #include "FiveWin.ch" #include "harupdf.ch" Function Main() Local oPdf,Page,oImage,oFont,Font1,Font2,Font3 oPdf:=HPDF_New() HPDF_SetCompressionMode( oPdf, HPDF_COMP_ALL ) **HPDF_SetPassword( oPdf, 'jaime', 'al...
by jacgsoft
Wed Jul 31, 2019 9:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir pdf sin intervención del usuario
Replies: 9
Views: 2196

Re: Black Screen of Death.

... launch my program, and then exit , and I get: CheckRes.Txt file... 09/09/17 11:23:08: C:\Datafile\tmsbcc\tmsbcc.exe -- FONT,1846159188,TMDIFRAME:GETFONT(3122)->TMDICLIENT:GETFONT(3099)->TMDICLIENT:NEW(147)->TMDIFRAME:NEW(178)->MAIN(106) 09/09/17 11:23:08: C:\Datafile\tmsbcc\tmsbcc.exe ...
by byron.hopp
Sat Sep 09, 2017 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2171

xBrowse SaveState() to save font?

Hello everyone; Using GetFont() and SelFont() you give the user access to change xbrowse's font. Is there a way to save an xbrowse selected font and then restore back to that font next time it opens? I've tried oBrw:savestate() but it ...
by reinaldocrespo
Wed Oct 26, 2016 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse SaveState() to save font?
Replies: 4
Views: 602

Re: Default font under Win 8 and 10

When a dialog is created from resource and no font is assigned, the GetFont() method tries to created a font object based on the font-metrics of the font contained in the resource. Theoretically the created font object should be identical to the font defined ...
by nageswaragunupudi
Sun Aug 14, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3472

Re: Bug in TXBrowse?

TXBrowse when created, calls ::GetFont() method for the purpose of assigning itself the same font as the containing window. Calling GetFont() is the standard method for this. GetFont() method is in TWindow class. If the container window ...
by nageswaragunupudi
Sat Jul 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2572

Re: Haru pdf y ASCII

Hola Carlos, lo primero gracias por responder. Bueno, al final creo que lo he podido solucionar, buscando por la web he encontrado una fuente de letra que soporta CP850, y funciona bien, por lo menos lo que he ido probando hasta ahora. La fuente se llama aSwItMono850.ttf, con WinAnsiEncoding, y se g...
by Luis Gonzalez
Fri May 27, 2016 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haru pdf y ASCII
Replies: 2
Views: 714

Re: Haru pdf y ASCII

Hola,

Cuando haces el GetFont() para seleccionar la fuente, que encoding indicas? De todas maneras, creo que el chrset que tiene los caracteres de cajas no esta soportado.

Mira acá
http://libharu.sourceforge.net/fonts.ht ... encodings_
by Carlos Mora
Fri May 27, 2016 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haru pdf y ASCII
Replies: 2
Views: 714

Re: Problem with Vtaskbar of Paco

... ) ); } what is changed ? I 'm thinking...is there something of modify on CreateFontIndirect function ? Or also I can resolve with hFont := ::GetFont() // windows class
by Silvio.Falconi
Mon Jan 25, 2016 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Vtaskbar of Paco
Replies: 1
Views: 453

Re: FWH1510:Problem with resource background become black color

... 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe -- FONT,1107957030,TMDIFRAME:GETFONT(3122)->TMDICLIENT:GETFONT(3099)->TMDICLIENT:NEW(147)->TMDIFRAME:NEW(178)->TWINCURTAINERP:NEW(537)->MAIN(349) 2015.12.17 18:58:41: ...
by richard-service
Thu Dec 17, 2015 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1510:Problem with resource background become black color
Replies: 13
Views: 6462

Fuente sin destruir

Buscando recursos y funetes sin destruir , checkres me devuelve esto :

13-03-2015 17:12:46: FONT,-1442181153,TMDIFRAME:GETFONT(2868)->TMDICLIENT:GETFONT(2845)->TMDICLIENT:NEW(146)->TMDIFRAME:NEW(171)->MAIN(306)

al salir de de mdiclient no se libera la fuente automaticamante ?
Saludos.
by mastintin
Fri Mar 13, 2015 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuente sin destruir
Replies: 10
Views: 1324

Re: touch.prg error

Antonio en la version 14.04 la clase btnflat dice esto

if ! Empty( oWnd:hWnd )
::Create()
::SetColor( XEval( ::nClrText ), ::nClrPane )
if ::oFont == nil
::SetFont( ::oFont )
else
::GetFont()
endif

Gracias, la estoy modificando.
by D.Fernandez
Fri Jun 27, 2014 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: touch.prg error
Replies: 14
Views: 1548

Re: "Snap" for Clipper

...   3734  3779! GETERRMSG()            (function  in ?)    WINDOW.PRG     1104 GETFOCUS()             (function  in ?)    WINDOW.PRG      695   696 GETFONT()              (function  in ?)    WINDOW.PRG      606  1202  3298 GETFONTINFO()          (function  in ?)    WINDOW.PRG     3312 GETHELPTOPIC() ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6697

Re: Images of buttons disappear

... 16/09/2013 14:07:07: FONT,1342835656,MAIN(118) 16/09/2013 14:07:07: FONT,1258949023,MAIN(121) 16/09/2013 14:07:07: FONT,-1828058303,TDIALOG:GETFONT(2749)->TDIALOG:INITIATE(611)->TDIALOG:ACTIVATE(298)->MSGLOGO(39)->MAIN(139) 16/09/2013 14:07:07: FONT,1426721799,XBACKUPLITE(193)->BACKUP(103)->(b)BUILDMENU(458)->TMENU:COMMAND(461)->TWINDOW:COMMAND(1037)->TMDIFRAME:COMMAND(247)->TMDIFRAME:HANDLEEVENT(0)->_FWH(3177)->WINRUN(0)->TMDIFRAME:ACTIVATE(990)->MAIN(317) ...
by ORibeiro
Mon Sep 16, 2013 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images of buttons disappear
Replies: 7
Views: 1635
Next

Return to advanced search