Hello,
I have to print horizontal and vertical text on the same page.
Is it possible ?
Frank
# include "fivewin.ch"
FUNCTION MAIN
LOCAL oPrn , cTitle := "merging horizontal and vertical text"
LOCAL Font , oFntV
PRINT oPrn NAME cTitle PREVIEW MODAL
DEFINE FONT oFntV NAME "Arial" SIZE 0,-15 BOLD NESCAPEMENT -900 OF oPrn
Define Font oFont NAME "MS SANS SERIF" Size 0,-15 NESCAPEMENT 360 oF oPrn
PAGE
oprn:cmsay(5,5,"HORIZONTAL")
oprn:cmsay(10,15,"VERTICAL 1",oFntV)
oprn:cmsay(10,10,"VERTICAL 2",oFont) // Doesn't work , horizontal printing
ENDPAGE
ENDPRINT
oFont:end()
oFont := nil
oFntV:end()
oFntv := nil
RETURN nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 60 guests