Search found 1004 matches: fonts

Return to advanced search

Re: Centrar texto VERTICALMENTE

... by setting TPrinter():lUseHaruPDF := .t. pros: (1) Smaller size. (2) Good Quality (3) pdfs are editable. cons: (1) Does not support Unicode fonts. (Concern only for East/Middle Asian languages) (2) Does not support Hallow Text with image brush.
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 476

How to put a horizontal scroll bar at the bottom of xBrowse

To All

I have a client who wants extra large fonts and I was looking for a way to put a bottom horizontal scroll bar at the bottom of an xBrowse ??

Thanks
Rick Lipkin
by Rick Lipkin
Tue Mar 05, 2024 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 335

Re: COMBOBOX

... can click on a command and it will take me to the link. The RC for COMBOBOX does not have an option to change the font, but you can have differing fonts for each dialog box. Tim
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 303

Problem with FiveWin and PDF995 on Windows 11.

... day. The IT Department just upgraded all the workstations from Windows 10 to Windows 11. Now on the reports which print to the PDF995 driver the fonts are reduced to a really small size. If they print directly to the printer the fonts look like they should. I found that if you print to the printer ...
by byron.hopp
Tue Feb 13, 2024 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

REDEFINE BUTTON with custom font

... and tie this to REDEFINE SAY oSay ID 4013 of oDlg FONT oFontBold ...working wonderfully. now i wonder... is it possible to also style the fonts of buttons and please could you be so kind as to show me how. this is where i would like to do it   REDEFINE BUTTON ID 4006 OF oDlg ACTION ( ...
by Ruth
Thu Feb 01, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 684

Re: link between PRG and RC

... change "Segoe UI" into othe font name as "Verdana", "Arial", etc. > please, where can i find all the usable fonts for my project? do i have to install them? Here you have a small FWH (FiveWin for Harbour) example to see all the fonts that you have available: ...
by Antonio Linares
Tue Jan 30, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1706

Re: link between PRG and RC

... to starting ... i will "just" change the font first. it says FONT 10, "Segoe UI" please, where can i find all the usable fonts for my project? do i have to install them? if i then distributed the exe to another computer how could i make sure he has the font available too? ...
by Ruth
Tue Jan 30, 2024 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1706

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

... "This is a sample paragraph containing whatever text you want to add.\par")    // Table start To use different color and fonts in the RTF file, you need to define color and fonts    // RTF Header with font table and color table    FWrite(oFile, "{\rtf1\ansi")  ...
by Silvio.Falconi
Thu Jan 25, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... "This is a sample paragraph containing whatever text you want to add.\par")    // Table start To use different color and fonts in the RTF file, you need to define color and fonts    // RTF Header with font table and color table    FWrite(oFile, ...
by anserkk
Thu Jan 25, 2024 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Creating table with Trichedit

... job!! I wish insert a row ( with two column) before of the 4 rows you inserted and write some texts Where I can found command as insert picture,fonts, colors ? I 'm thinked Rtf file perhaps is more used and it can be opened also with no Office/openoffice computer.
by Silvio.Falconi
Wed Jan 24, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455

Re: Text on another line

Thanks, Rao, I got the idea!!! Yes, I can also use :SetColsAsRows( 3, 4 ). But I need to keep the glued column separate. So I did it through :bStrData. In this case, I got a gluing of 2 columns (separated by a CRLF),
but I could not show the rows in the cell in different colors/fonts :(
by Natter
Tue Dec 26, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 468

oBrw:report() ... control fonts

oRep:aFont already has two fonts built by the browse object oRep:aFont[ 1 ] is Tahoma size 0,-8 oRep:aFont[ 2 ] is Tahoma size 0,-8 bold I need to have another font I made oFontCopy := TFont():New("TAHOMA",0,-108,.F.,,180,,,,,,,,,,oRep:oDevice) ...
by Silvio.Falconi
Wed Dec 13, 2023 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() ... control fonts
Replies: 0
Views: 312

Re: Convert a print to Rtf or doc

... you will find: Text Content: The actual text of the document, including paragraphs, headings, etc. Formatting: Information about fonts, colors, alignment, paragraph formats, list formats, etc. Structure: Tags defining the document's structure, such as section headings, footnotes, ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468
Next

Return to advanced search