Search found 18 matches: strikeout

Searched query: strikeout

by Silvio.Falconi
Fri Apr 21, 2023 9:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Choose font
Replies: 5
Views: 871

Re: Problem with Choose font

... cFontName := oBrowse:aArraydata[nRecord][15]
nFontSize := oBrowse:aArraydata[nRecord][16]
lUnderline := oBrowse:aArraydata[nRecord][17]
lStrikeOut := oBrowse:aArraydata[nRecord][18]
lBold := oBrowse:aArraydata[nRecord][19]
lItalic := oBrowse:aArraydata[nRecord][20]
nColorFont := oBrowse ...
by Silvio.Falconi
Sat Nov 13, 2021 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: choosefont return values
Replies: 2
Views: 413

Re: choosefont return values

... 58;//i.postimg.cc/ZRtcRdbr/2.jpg

choose font must return me

1. fontname
2. sizes
3. color font
4. Bold
5. Italic
6. underline
7. strikeout

On the dialog I see only fontname and size but in memory I must have all data to save them on dbf

I'm searching a good procedure becaus ethe ...
by Silvio.Falconi
Fri Nov 06, 2020 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: chooseFont
Replies: 3
Views: 710

Re: 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 the colors,and the effect

https://i.postimg.cc/bNBFngr8/choosefont2 ...
by FranciscoA
Wed Sep 18, 2019 12:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: Letra Tachada - SOLUCIONADO
Replies: 12
Views: 1658

Re: Letra Tachada

... En tu versión que es reciente, debería funcionar como lo dice Cristóbal.
En mi version FW1204 he buscado en el include y aunque aparece definido STRIKEOUT, me da error, por lo que tengo que usar la font de terceros.
No aparece en el #xcommand DEFINE FONT <oFont>.

FUNCTION LetraTachada&#40;&#41 ...
by nageswaragunupudi
Fri Feb 12, 2010 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: change font after creation
Replies: 4
Views: 1400

Re: change font after creation

... Bold( .t. )
oBoldItalic := oBold:Italic( .t. )

Methods available are :
METHOD Bold( lOnOff )
METHOD Italic( lOnOff )
METHOD Underline( lOnOff )
METHOD StrikeOut( lOnOff )
METHOD Escapement( nEsc )
METHOD Rotate( n )

METHOD Modify( nHeight, lBold, lItalic, lUnderline, lStrikeOut, nEscapement )
by Antonio Linares
Fri Aug 29, 2008 7:22 am
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 5365

... de la clase TButton, antes no ajustaba correctamente el foco antes de ejecutar su acción.

* Nuevo: En font.c, se ha añadido la clausula STRIKEOUT para la creación de fuentes.

* Nuevo: En font.prg nuevos métodos: Bold( lOnOff ), Italic( lOnOff ), UnderLine( lOnOff ), StrikeOff( lOnOff ...
by Antonio Linares
Wed Aug 20, 2008 6:23 pm
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 5365

New FTDN August / Agosto 2008 (8.08)

... provided.

* Fix: Class TButton Method Click() was not properly setting the focus before to executing its action.

* New: font.ch, added STRIKEOUT clause for creation of fonts

* New: font.prg new Methods: Bold( lOnOff ), Italic( lOnOff ), UnderLine( lOnOff ), StrikeOff( lOnOff ...
by Willi Quintana
Mon Jul 14, 2008 10:16 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tipo de letra y color
Replies: 2
Views: 888

... aFont[ LF_ESCAPEMENT ],;
aFont[ LF_ORIENTATION ],;
aFont[ LF_WEIGHT ],;
aFont[ LF_ITALIC ],;
aFont[ LF_UNDERLINE ],;
aFont[ LF_STRIKEOUT ],;
aFont[ LF_CHARSET ],;
aFont[ LF_OUTPRECISION ],;
aFont[ LF_CLIPPRECISION ],;
aFont[ LF_QUALITY ],;
,;
aFont[ LF_PITCHANDFAMILY ] )
by ukoenig
Sat Feb 23, 2008 5:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: The real Hight-Information of a selected Font ?
Replies: 2
Views: 975

The real Hight-Information of a selected Font ?

... 400) ,;
aFont[ LF_ESCAPEMENT ],;
aFont[ LF_ORIENTATION ],;
aFont[ LF_WEIGHT ],;
aFont[ LF_ITALIC ],;
aFont[ LF_UNDERLINE ],;
aFont[ LF_STRIKEOUT ],;
aFont[ LF_CHARSET ],;
aFont[ LF_OUTPRECISION ],;
aFont[ LF_CLIPPRECISION ],;
aFont[ LF_QUALITY ],;
,;
aFont[ LF_PITCHANDFAMILY ] )

LF ...
by nageswaragunupudi
Mon Dec 17, 2007 1:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse – show lines slashed
Replies: 19
Views: 5070

... not be different in size or the data will not be painted correctly.

So the programmer should keep in mind that he should choose different variations of the samesize font like italics, strikeout, etc.

Recalculation of the heght and width while painting every cell may be too slow and not desirable.
by Otto
Sun Dec 16, 2007 3:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse – show lines slashed
Replies: 19
Views: 5070

Hello Richard,
here is the define of the font:
StrikeOut is not in font.ch!!!
oFNT := TFont():New( "MS Sans Serif", 10, 15,,.T.,,,,.f.,.f.,.t.,,,,, )
Regards,
Otto
by Ollie
Mon Mar 05, 2007 12:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts Explanation
Replies: 23
Views: 8974

... LF_ESCAPEMENT ] := 0
aFont[ LF_ORIENTATION ] := 0
aFont[ LF_WEIGHT ] := 400
aFont[ LF_ITALIC ] := .F.
aFont[ LF_UNDERLINE ] := .F.
aFont[ LF_STRIKEOUT ] := .F.
aFont[ LF_CHARSET ] := 0
aFont[ LF_OUTPRECISION ] := 3
aFont[ LF_CLIPPRECISION ] := 2
aFont[ LF_QUALITY ] := 1
aFont[ LF ...
by Vladimir Zorrilla
Tue Apr 18, 2006 6:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Como se convierte font de Twindows a FONT DE TPRINTER
Replies: 5
Views: 4421

Como se convierte font de Twindows a FONT DE TPRINTER

... 4",aFont[ LF_ESCAPEMENT ],"5",aFont[ LF_ORIENTATION ],"6",aFont[ LF_WEIGHT ],"7",aFont[ LF_ITALIC ],"8",aFont[ LF_UNDERLINE ],"9",aFont[ LF_STRIKEOUT ],"10",aFont[ LF_CHARSET ],"11",aFont[ LF_OUTPRECISION ],"12",aFont[ LF_CLIPPRECISION ],"13",aFont[ LF_QUALITY ],"14",aFont[ LF_PITCHANDFAMILY ...
by Pier Luigi
Wed Dec 14, 2005 3:22 pm
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: ChooseFont function (fixed)
Replies: 0
Views: 1686

ChooseFont function (fixed)

... lf.lfItalic: 0, -1, LF_ITALIC );
_storl( ( bOk || bInitLF ) ? lf.lfUnderline: 0, -1, LF_UNDERLINE );
_storl( ( bOk || bInitLF ) ? lf.lfStrikeOut: 0, -1, LF_STRIKEOUT );
_storni( ( bOk || bInitLF ) ? lf.lfCharSet: 0, -1, LF_CHARSET );
_storni( ( bOk || bInitLF ) ? lf.lfOutPrecision: 0, -1 ...
by Pier Luigi
Wed Dec 14, 2005 3:06 pm
Forum: All products support
Topic: ChooseFont
Replies: 9
Views: 3920

... lf.lfItalic: 0, -1, LF_ITALIC );
_storl( ( bOk || bInitLF ) ? lf.lfUnderline: 0, -1, LF_UNDERLINE );
_storl( ( bOk || bInitLF ) ? lf.lfStrikeOut: 0, -1, LF_STRIKEOUT );
_storni( ( bOk || bInitLF ) ? lf.lfCharSet: 0, -1, LF_CHARSET );
_storni( ( bOk || bInitLF ) ? lf.lfOutPrecision: 0, -1 ...