Search found 23 matches: afonts

Return to advanced search

Re: FWH Graphs

Please see the method SetFonts( aFonts ) of TGraph class in tgraph.prg. This class uses 9 fonts for 1) Title, 2) xFont, 3) yFont, 4) Legends, 5) Subtitle, 6) xTitle, 7) yTitle, 8 ) Values, 9) Values bold You may set the font you want for ...
by nageswaragunupudi
Thu Oct 24, 2019 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Graphs
Replies: 9
Views: 2157

reading available fonts on system

Hello,

Is it possible to check what fonts are available on a system. I want to put all fonts in an array, so the user can choose which font to use for printing some data.
I am looking for some function like "aFonts := ReadFonts()"
by plantenkennis
Sat Sep 08, 2018 7:49 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: reading available fonts on system
Replies: 13
Views: 3123

New FTDN September/Septiembre 2017 (FWH 17.09)

... 9 fonts. It is also possible to change the basefont with ::SetFont( oNewFont ) after creation of TGraph or during runtime. - New method SetFonts( aFonts ) It is also possible to substitute all of some of the 9 fonts using this method with array of 9 fonts as parameter. If any of the element is ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3325

New FTDN February/Febrero 2017 (FWH 17.02)

... Headers to be shown in xbrowse. oTree:Cargo contains an array of grand aggregates. * New function ADORollupTreeBrowse( oRs, [bSetup], [aColors], [aFonts], [aPictures] ) Prepares a tree from a Rs with result of GROUP BY .. WITH ROLLUP and browses the tree. The above two functions work with any ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2095

change a font on line

I must change a font of a say on line But I not Know How make it I made a combo 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 ...
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

Re: Mejoras para scintilla

... TFLine   DATA oUp   DATA oDown   DATA nalign   DATA aText, aFonts, aColors   DATA lCrLf   DATA aBlock // { nInit, nEnd }   DATA nCtrl   METHOD New( nalign, aText, aFonts, aColors, lCrLf )  CONSTRUCTOR  ...
by Marcelo Via Giglio
Fri Nov 13, 2015 1:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839120

xbrowse y las fonts...

... fuentes a utilizar y el xbrowse se pone en funcionamiento todo anda barbaro, pero luego cuando hago un:   ::oBrw:END()   ::aFonts := NIL   ::oBrw   := NIL  y genero nuevamente las fuentes y el xbrowse... el xbrowse no me muestra las fuentes que defino, ...
by goosfancito
Tue Nov 11, 2014 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y las fonts...
Replies: 5
Views: 521

Re: Juan Planelles Lazaga

... lItalic, lUnderline, lStrikeOut, nAncho ) local oFont, nFont, oFont2, nMargend //, cTextForm, nCrLf, lFocus, cChars local nLenFonts := Len( oGet:aFonts ) local aFonts := Array( nLenFonts ), cTextForm, nCrLf, lFocus, cChars local n, nMargen := 4, nCols, nFilas, nFactor := 0.70, nFilaIni := 2, ...
by Juan Planelles
Tue Dec 29, 2009 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: Juan Planelles Lazaga

... nI, lSeguir := .t., n, nFont, aText, cLinea, cIni, nIni local cTx2, cMemo := MemoRead( CFGAYUDA ), nWidth, nWidMemo local nLenFonts := Len( oGet:aFonts ), nRowStep local aFonts := Array( nLenFonts ), nLen, nChar, cEdit, cTc, cT local cLineText, bEvalWidt, cTextForm := oGet:GetTextLine( oLine ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: Juan Planelles Lazaga

... local cText, cMemo := MemoRead( CFGAYUDA ), nWEdit := Eval({|| oGet:nWidth }) local oFontW, nFont, oFont2, nMargend local nLenFonts := Len( oGet:aFonts ) local aFonts := Array( nLenFonts ), cTextForm, nCrLf, lFocus, cChars local lFile32 := ( File( 'Prev32.Dll' ) .or. ; File( AllTrim( GetSysDir() ...
by Juan Planelles
Tue Dec 29, 2009 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: Juan Planelles Lazaga

... local cText, cMemo := MemoRead( CFGAYUDA ), nWEdit := Eval({|| oGet:nWidth }) local oFontW, nFont, oFont2, nMargend local nLenFonts := Len( oGet:aFonts ) local aFonts := Array( nLenFonts ), cTextForm, nCrLf, lFocus, cChars local lFile32 := ( File( 'Prev32.Dll' ) .or. ; File( AllTrim( GetSysDir() ...
by Juan Planelles
Sun Dec 27, 2009 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: Problemas con TRichEdit

... local cZoom := aZoom[ 4 ] local aRatio := { { 5, 1 }, { 2, 1 }, { 3, 2 }, { 1, 1 }, ; { 3, 4 }, { 1, 2 }, { 1, 4 }, { 1, 10 } } local oWnd, oItem, aFonts, cFont, hDC, oSize, oZoom local oMsgBar, oLen, oRow, oCol DEFINE WINDOW oWnd FROM 0, 0 TO 300, 937 PIXEL ; MDICHILD OF oWndMain:oWnd ; TITLE ...
by triumvirato
Fri Dec 11, 2009 7:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4775

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

... to a higher value. METHOD DefineFonts() CLASS VRD LOCAL i LOCAL aAllFonts := ARRAY( 20 ) FOR i := 1 TO 20 aAllFonts[i] := TFont():New( ::aFonts[i, 1], ; // cFaceName ::aFonts[i, 2], ; // nWidth ::aFonts[i, 3], ; // nHeight , ; // lFromUser ::aFonts[i, 4], ; // lBold ::aFonts[i, 8], ; ...
by Otto
Wed Aug 05, 2009 4:30 pm
 
Forum: All products support
Topic: Font differenti su oPRN:SAY() stessa riga
Replies: 18
Views: 4105

Re: Best way to print Invoice ?

... send you a copy PUBLIC aReport := array( PARAMLEN ) aStyle := { "Normal", "Bold", "Italic", "BoldItalic" } aFonts := { { "Times", .t., .t., .t., .t. },; { "Helvetica", .t., .t., .t., .t. },; { "Courier", .t., .t., .t., .t. } ...
by Colin Haig
Tue May 19, 2009 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best way to print Invoice ?
Replies: 36
Views: 8882

... aHeaders, aColSizes ) METHOD SetDeleteMode( lOnOff, lConfirm, bDelete, bPostDel ) METHOD SetHeaders( nHeight, aCols, aTitles, aAlign , al3DLook, aFonts, ; aActions ) METHOD SetContext( oCtx ) INLINE If( oCtx == Nil, ; ::lAutoCtx := .F., ::oCtx := oCtx ) METHOD SetData( nColumn, bData, aList ) ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460
Next

Return to advanced search