2011-12-31 03:30 UTC+0100 Viktor Szakats (harbour syenar.hu)
* contrib/xhb/xhw32prn.prg
! fixed typo in ::TEXTATFONT() to pass vertical alignment parameter.
(checkme)
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-12-31 03:30 UTC+0100 Viktor Szakats (harbour syenar.hu)
|
||||
* contrib/xhb/xhw32prn.prg
|
||||
! fixed typo in ::TEXTATFONT() to pass vertical alignment parameter.
|
||||
(checkme)
|
||||
|
||||
2011-12-30 13:15 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/ChangeLog
|
||||
! fixed typo in file name in my previous commit.
|
||||
|
||||
@@ -127,7 +127,7 @@ METHOD TextAtFont( nPosX, nPosY, cString, cFont, nPointSize, ;
|
||||
|
||||
RETURN ::WIN_PRN:TextAtFont( nPosX, nPosY, cString, cFont, nPointSize, ;
|
||||
nWidth, nBold, lUnderLine, lItalic, lNewLine, ;
|
||||
lUpdatePosX, nColor, nAlignHori, ;
|
||||
lUpdatePosX, nColor,
|
||||
HB_BITOR( nAlignHori, nAlignVert ) )
|
||||
|
||||
CREATE CLASS Win32Bmp FROM WIN_BMP
|
||||
|
||||
Reference in New Issue
Block a user