Search found 81 matches: choosefont

Return to advanced search

choosefont

When open choosefont ( on first time) not set the size of font I passed as you can see on this picture How it is possible ? https://i.postimg.cc/HjG3khDm/font.png the small test #include "FiveWin.ch"function ...
by Silvio.Falconi
Thu Nov 30, 2023 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: choosefont
Replies: 0
Views: 312

Re: Set RADIO Theme OFF

hi,
karinha wrote:Yes, SETFONT() .or. CHooseFont()

thx for Answer

i have put SetFont() into INIT and it work like i want :D

---

btw.
i have try disable Theme before but it does not work at that place
when do same at INIT it does work ... what is it he Difference :?:
by Jimmy
Mon May 01, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 553

Re: Set RADIO Theme OFF

Yes, SETFONT() .or. CHooseFont() // C:\FWH..\SAMPLES\JIMMRAD2.PRG#include "Fivewin.CH"#define CLR_PretoDark        RGB(   0,   0,   0 )#define CLR_SombrioDark      RGB( ...
by karinha
Mon May 01, 2023 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 553

Re: Problem with Choose font

... SIZE 50, 23 PIXEL FLAT NOROUND @ nRow, 255 BUTTONBMP oBtnSel[4] RESOURCE "REP_FONT" FLAT SIZE 20, 23 OF ooDlgPIXEL ; ACTION (aFont := ChooseFont(@cFontName,@nColorFont ),; cFontName:=aFont[LF_FACENAME],; nFontSize:=IF( aFont[LF_HEIGHT ]!=NIL,FontHeightInPoints( aFont[LF_HEIGHT ]),0) ...
by Silvio.Falconi
Fri Apr 21, 2023 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Choose font
Replies: 5
Views: 544

Problem with Choose font

When I recall Choosefont() I not see the font I select before
How I can to show the font I select before ?
I call with aFont := ChooseFont(,@nColorFont ) where nColorFont is the color
by Silvio.Falconi
Thu Apr 20, 2023 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Choose font
Replies: 5
Views: 544

Re: choosefont return values

Mira \samples\UGO.PRG se sirve. http://forums.fivetechsupport.com/viewtopic.php?t=13678 http://www.fivetechsupport.com/forums/viewtopic.php?f=3&t=18075 http://www.fivetechsoft.com/files/utilities/nautilus/PRG/NAUTILUS.PRG Karinha, I need to make t...
by Silvio.Falconi
Sat Nov 13, 2021 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: choosefont return values
Replies: 2
Views: 311

choosefont return values

..
by Silvio.Falconi
Fri Nov 12, 2021 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: choosefont return values
Replies: 2
Views: 311

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... included from c:\Bcc7164\include\windows\sdk\Windows.h:263: c:\Bcc7164\include\windows\sdk\commdlg.h:710:21: warning: redefinition of typedef 'CHOOSEFONT' is a C11 feature [-Wtypedef-redefinition] typedef CHOOSEFONTA CHOOSEFONT; ^ c:\Bcc7164\include\windows\sdk\commdlg.h:695:21: note: previous ...
by Compuin
Mon Jun 28, 2021 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4078

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... included from c:\bcc7164\include\windows\sdk\windows.h:263: c:\bcc7164\include\windows\sdk\commdlg.h:710:21: warning: redefinition of typedef 'CHOOSEFONT' is a C11 feature [-Wtypedef-redefinition] typedef CHOOSEFONTA CHOOSEFONT; ^ c:\bcc7164\include\windows\sdk\commdlg.h:695:21: note: previous ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4078

Re: chooseFont

If I call ChooseFont( ,@nColoreFont ) it show me this https://i.postimg.cc/65WNcMBv/choosefont1.png So I saw and can select also the effect Strikeoutline and UNDERLINE If make If I call ChooseFont() I cannot see ...
by Silvio.Falconi
Fri Nov 06, 2020 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 551

Re: chooseFont

No
this give me also the color and other effect

local aFont, nRGBColor := 0
aFont := ChooseFont( , @nRGBColor )
MsgInfo( nRGBColor )
by Silvio.Falconi
Tue Nov 03, 2020 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 551

Re: chooseFont

... aFont[LF_UNDERLINE] )    // Test in entrata   MsgInfo( cFont )    aFont := ChooseFont( aFont )    cFont := aFont[LF_FACENAME] + "|" +;            cValToChar( ...
by karinha
Tue Nov 03, 2020 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 551

chooseFont

choosefont have the parameter?

I ask it because on my pc I cannot see the colors




and when I wish select a font it must me return all also the color


I cannot see the color and the effect type Underlined or Strikethrough
by Silvio.Falconi
Tue Nov 03, 2020 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 551

Re: Know the size of a font selected

... web https://www.vbforums.com/attachment.php?attachmentid=126031&d=1429972677 here , I not see bold... and color when you make choosefont you must have Font name Font size Color Bold Italic Underlined Strikethrough I remember EasyReport save 20 type of font with 20 type of colors ...
by Silvio.Falconi
Tue Nov 03, 2020 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know the size of a font selected - Resolved -
Replies: 9
Views: 1322
Next

Return to advanced search