Search found 45 matches: fontsize

Return to advanced search

Re: Creating table with Trichedit

... ) oRTF := SetRT( cOutFile ) NEW PARAGRAPH oRTF TEXT "Sample RTF Output" ; FONTNUMBER 1 ; APPEARANCE BOLD_ON+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... ) oRTF := SetRT( cOutFile ) NEW PARAGRAPH oRTF TEXT "Sample RTF Output" ; FONTNUMBER 1 ; APPEARANCE BOLD_ON+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF; FONTSIZE 12 ; FONTCOLOR CLR_WHITE,CLR_NBLUE ; ALIGN LEFT ; SPACEBEFORE .12 ; SETDEFAULT // Use this to begin a new table DEFINE NEWTABLE oRTF ; // Specify ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Fontsizes in resources

Thanks for your reaction. I already tried that of course, but that doesn't work like I want it to. If I enlarge the fontsize in the resource, the dialog box will enlarge too, together with all the used letters in the dialog box. If I define oFont like you told me to and I enlarge ...
by driessen
Sat Aug 19, 2023 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fontsizes in resources
Replies: 4
Views: 212

Fontsizes in resources

... BOEKHOUDING"FONT 10, "MS Sans Serif" So, the font size in this dialog box is defined 10. Is there a possibility to overrule this fontsize in my FWH-application? Thanks a lot in advance for any help.
by driessen
Sat Aug 19, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fontsizes in resources
Replies: 4
Views: 212

Xbrowse Error

... 1495 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:RECALCWH( 9595 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:FONTSIZE( 9573 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:MOUSEWHEEL( 5488 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: ...
by mauri.menabue
Wed Mar 30, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 847

Re: [BUG] in source/font.prg and a question

... function BUILDFONT( aFont ) :?: ---------------- I still have another question : after oFontMed1 := FontFromText( aVal[6] ) I must adjust the fontsize of the defined font in relation to the window-size and optional adding bold I tested oFontMed1:Modify( 50, .T. ) and oFontMed1:nHeight(50) ...
by ukoenig
Thu Jul 25, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1019

Re: printing on portrait or landscape paper

Hello Manuel, This looks good I think. But how if we print in a large fontsize? Is it possible to set the nSetrowPerPage just like set PageOrientation? Yes of course. You can adjust the number of lines you want both horizontally and vertically. LastRow will ...
by mastintin
Wed May 29, 2019 6:19 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing on portrait or landscape paper
Replies: 7
Views: 3215

Re: printing on portrait or landscape paper

Hello Manuel,

This looks good I think. But how if we print in a large fontsize? Is it possible to set the nSetrowPerPage just like set PageOrientation?
by plantenkennis
Wed May 29, 2019 6:00 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing on portrait or landscape paper
Replies: 7
Views: 3215

Re: reading available fonts on system

... in a COMBOBOX and use the name of the font in a print routine. Simular as in Word where the user can choose the font from a combobox and than the fontsize from another combobox. Always thankful for all the help you give. If you need some financial support, please let me know.
by plantenkennis
Tue Sep 11, 2018 7:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: reading available fonts on system
Replies: 13
Views: 3144

Re: tamaño de fuente en xbrowse

... works the same way as we press Ctrl+ or Ctrl- when we view web pages. Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n ) Mr NAO, I tried this function to increase font size with CTRL + and if it does but the logical field column where ...
by joseluisysturiz
Thu Nov 02, 2017 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tamaño de fuente en xbrowse
Replies: 5
Views: 1057

Re: Printing routine

... height of the say to show itmon two lines. The width of a text is not only depending on the numbers of characters, but also on the fonttype and fontsize. So, is there a function to calculate the widht of a string with a given fontname and size. In minigui we have such a function, but it is depending ...
by plantenkennis
Sat Dec 17, 2016 4:13 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing routine
Replies: 11
Views: 3998

Re: A problem < oPRINT:cmSay( ..> with MULTILINE get ?

Cristobal, using the logic of this report sample it is working fine The width and hight of the get must be adjusted to the used fontsize to get the same result inside the report http://www.pflegeplus.com/IMAGES/Print2.jpg nZeile1 := 2.6 // startrow........IF !EMPTY( ...
by ukoenig
Sun Apr 03, 2016 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem < oPRINT:cmSay( ..> with MULTILINE get ?
Replies: 5
Views: 1460
Next

Return to advanced search