Search found 16 matches: nweight

Return to advanced search

Re: Child OF oWnd

... 0}, {LBOLD, .F.}, {LITALIC, .F.}, {LUNDERLINE, .F.}, {LSTRIKEOUT, .F.}, {NINPHEIGHT, -20}, {NINPWIDTH, 0}, {NESCAPEMENT, 0}, {NORIENTATION, 0}, {NWEIGHT, 0}, {NCHARSET, 0}, {NOUTPRECISION, 0}, {NCLIPPRECISION, 0}, {NQUALITY, 0}, {NPITCHFAMILY, 0}, {NCOUNT, 27}, {LDESTROY, .T.}, {LNEW, .F.}}} ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

Re: DEFINE FONT vs TFont()

TFont():New( cFaceName, nWidth, nHeight, lFromUser, lBold,; nEscapement, nOrientation, nWeight, lItalic, lUnderline,; lStrikeOut, nCharSet, nOutPrecision, nClipPrecision,; nQuality, oDevice, nPitchFamily ) creates a font with exactly the same parameters using Windows ...
by nageswaragunupudi
Tue Dec 19, 2017 7:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3326

Re: DEFINE FONT vs TFont()

... de windows, Word, Excel... Y las propiedades de TFont, hay unas cuantas que hacen referencia a tamaño.. nHeight, nWidth, nInpHeight, nInpWidth, nWeight... por mas que he probado combinaciones, creo no haber hallado con la que se "ajuste" a la real que obtengo en otras aplicaciones ...
by Xevi
Wed Dec 13, 2017 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3326

Re: Set FONT in MENU the screen paint strange

Dear Dutch The problem is in clausule [ WEIGHT <nWeight> ] Try                          //  400   aFonts := { -16, 0, 0, 0, 0, .F., .F., .F., 222, 3, 2, 1, 34, 'Tahoma' }   //oFontMenu := TFont():New( "Tahoma", 0, -16,,,,, ...
by cnavarro
Thu Jul 23, 2015 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set FONT in MENU the screen paint strange
Replies: 11
Views: 2189

Re: "Snap" for Clipper

...          WINDOW.PRG      686  1754 NUMERIC                WINDOW.PRG      440   462 NVERTRES()             (function  in ?)    WINDOW.PRG      895 NWEIGHT                WINDOW.PRG     3317 NWIDTH()               (function  in ?)    WINDOW.PRG      521   718   727   774   795   797   849   850 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6690

Re: TFont for Antonio

Yes. :nInpWidth and :nWeight I revised the function too //----------------------------------------------------------------------------//function FontToText( oFont )return FW_ValToExp(  { ;   oFont:cFaceName, ...
by nageswaragunupudi
Mon Apr 08, 2013 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFont for Antonio
Replies: 9
Views: 1906

Re: TFont for Antonio

... cGenPrg: 'Calibri', 0, -19, .f., .f., 0, 0, 400, .f., .f., .f., 0,3, 2, 1, , 34 ) There is a difference in one value. I think this value is ::nWeight . Best regards, Otto
by Otto
Sun Apr 07, 2013 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFont for Antonio
Replies: 9
Views: 1906

Automatic RESIZING objects to the system display resolution.

... ] ; [ <from:FROM USER> ] ; [ <bold: BOLD> ] ; [ <italic: ITALIC> ] ; [ <underline: UNDERLINE> ] ; [ WEIGHT <nWeight> ] ; [ OF <oDevice> ] ; [ NESCAPEMENT <nEscapement> ] ; => ; <oFont> := TFont():New( <cName>, sSir(<nWidth>), ...
by avista
Sat Apr 17, 2010 9:50 am
 
Forum: FiveWin for CA-Clipper
Topic: Automatic RESIZING objects to the system display resolution.
Replies: 0
Views: 1215

Re: Juan Planelles Lazaga

... //oNewFont:Choose() // @nNewColor ) { oNewFont:nInpHeight, oNewFont:nInpWidth, oNewFont:nEscapement,; oNewFont:nOrientation, oNewFont:nWeight, oNewFont:lItalic,; oNewFont:lUnderLine, oNewFont:lStrikeOut, oNewFont:nCharSet,; oNewFont:nOutPrecision, oNewFont:nClipPrecision,; oNewFont:nQuality, ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

New FTDN December/Diciembre 2009 (9.12)

December 2009 ============= * Fix: Class TWBrowse Methods EditCol() and lEditCol(), the properties nWeight, lItalic, lUnderline and lStrikeOut of the browse font are now respected. * Improvement: Class TBtnBmp, the color of the prompt of disabled buttons can now be left ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

How to show changed Propertys of a Font at Runtime ?

... Propertys of a defined Font at Runtime ? I want to change the Font-Size with a Slider and show the Result of the changed Font. I used : oTextFont:nWeight := nNewWeight, oGet:Refresh() but it doesn't work for the Get-Field, only in a new opend Preview-Dialog. Bold and Italic are defined from the ...
by ukoenig
Tue Oct 06, 2009 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show changed Propertys of a Font at Runtime ?
Replies: 2
Views: 611

Re: Font differenti su oPRN:SAY() stessa riga

... ::aFonts[i, 3], ; // nHeight , ; // lFromUser ::aFonts[i, 4], ; // lBold ::aFonts[i, 8], ; // nEscapement ::aFonts[i,10], ; // nOrientation , ; // nWeight ::aFonts[i, 5], ; // lItalic ::aFonts[i, 6], ; // lUnderline ::aFonts[i, 7], ; // lStrikeOut ::aFonts[i, 9] ) // nCharSet NEXT RETURN aAllFonts ...
by Otto
Wed Aug 05, 2009 4:30 pm
 
Forum: All products support
Topic: Font differenti su oPRN:SAY() stessa riga
Replies: 18
Views: 4106

Re: Transparent frame for MDI WinChild ?

... the font in the prg-file, because < lFromUser > was defined. ( cFaceName, nWidth, nHeight, lFromUser, lBold, nEscapement, nOrientation, nWeight, lItalic ) oTitleFont := TFont():New("Arial", ,-14, ,.T., , , ,.T.) I don't know, where it comes from, because I don't call him. We ...
by ukoenig
Sat Jun 06, 2009 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent frame for MDI WinChild ?
Replies: 11
Views: 2392

Marco,

LargeFonts()


e per sapere tutti i dati del font per default:

oFont := oMainWnd:oFont


oFont:nInpHeight
oFont:nInpWidth
oFont:nWeight
..
..
by pymsoft
Tue Mar 11, 2008 5:03 pm
 
Forum: All products support
Topic: Large font
Replies: 4
Views: 852

Re: Se puede hacer impresión vertical con TutilPrn de The Fu

... ] ; [ <bold: BOLD> ] ; [ <italic: ITALIC> ] ; [ <underline: UNDERLINE> ] ; [ PITCHFAMILY <nPitchFamily> ] ; [ WEIGHT <nWeight> ] ; [ OF <oDevice> ] ; [ NESCAPEMENT <nEscapement> ] ; A ver si averiguamos qué no se puede hacer con TImprime y UtilPrn. Que ...
by FiveWiDi
Tue Feb 26, 2008 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se puede hacer impresión vertical con TutilPrn de The Full?
Replies: 2
Views: 652
Next

Return to advanced search