... 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 ...
Search found 18 matches: strikeout
Searched query: strikeout
- Fri Apr 21, 2023 9:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with Choose font
- Replies: 5
- Views: 871
- 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 ...
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 ...
- 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 ...
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 ...
- 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() ...
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() ...
- 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 )
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 )
- Fri Aug 29, 2008 7:22 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN August / Agosto 2008 (8.08)
- Replies: 1
- Views: 5365
- 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 ...
* 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 ...
- Mon Jul 14, 2008 10:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambiar Tipo de letra y color
- Replies: 2
- Views: 888
- 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 ...
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 ...
- Mon Dec 17, 2007 1:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse – show lines slashed
- Replies: 19
- Views: 5070
- Sun Dec 16, 2007 3:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse – show lines slashed
- Replies: 19
- Views: 5070
- Mon Mar 05, 2007 12:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fonts Explanation
- Replies: 23
- Views: 8974
- 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 ...
- 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 ...
_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 ...
- Wed Dec 14, 2005 3:06 pm
- Forum: All products support
- Topic: ChooseFont
- Replies: 9
- Views: 3920