[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Using differnt Fontsizes in the same Report
- Subject: Re: Using differnt Fontsizes in the same Report
- From: "Allen, Jennifer" <jennifer.allen@LGEENERGY.COM>
- Date: Wed, 10 May 2000 13:06:45 -0400
The answer to your question is YES you can print in different fonts on the
same report. We always keep our reports standard but a request from the
Senior VP's and CEO had us change this policy. Take a look below :
Here are the different font sizes declared in the beginning of the SQR
!**************************************************
BEGIN-PROCEDURE INIT-REPORT
!**************************************************
move $AsOfToday to $AsOfDate
let #StdFont = 5 !Times Roman proportional
let #titlpntsize = 14 !statement point-size
let #hdr1pntsize = 12 !statement point-size
let #hdr2pntsize = 10 !statement point-size
let #stmtpntsize = 8 !statement point-size
graphic () font :#StdFont :#stmtPntSize
END-PROCEDURE INIT-REPORT
and here is a call referencing the fonts sizes
PRINT 'Position Number:' (+3,1) BOLD
graphic () font :#StdFont :#titlPntSize
PRINT $POSITION_NBR (+4,1) BOLD
graphic () font :#StdFont :#hdr2PntSize
PRINT $POSITION_TITLE (0,+7,30)
I hope this helps you!
Jennifer
-----Original Message-----
From: Thorsten Lau [mailto:lau@EUROWINGS.DE]
Sent: Wednesday, May 10, 2000 12:48 PM
To: SQR-USERS@list.iex.net
Subject: Using differnt Fontsizes in the same Report
Hi,
is it possible to use different font sizes in the same report.
e.g. printing the reportname in a large font, at the top of each page,
and using a normal sized font for each body?
Thanks,
Thorsten
--
Thorsten Lau | mailto:lau@eurowings.de
Eurowings AG | IT
Telefon | +49 231 9245 7624