[comp.sys.ibm.pc] Print Screen

kwong@uvicctr.UVic.ca.UUCP (Ken Wong) (10/12/89)

Does anyone know of a TSR that will print out the attributes (as well as 
the characters) of a Print Screen. I mean that it will print out Bold, and
Underline atributes of the characters on the screen.  Could you please
tell me where I can find it (anonymous FTP) or better yet e-mail it to
me.   Thanks in advance

Ken Wong


-- 
Ken Wong  
UUCP:	...!{ubc-vision,uw-beaver}!uvicctr!kwong
APRAnet: kwong@uvicctr.nrl-css.arpa            CDNnet: kwong@uvunix.uvic.cdn
Internet: kwong%uvunix.uvic.ca@relay.ubc.ca
BITNET:	kwong@uvunix.bitnet

einari@rhi.hi.is (Einar Indridason) (10/14/89)

In article <808@uvicctr.UVic.ca.UUCP> kwong@uvicctr.UVic.ca.UUCP (Ken Wong) writes:
>
>Does anyone know of a TSR that will print out the attributes (as well as 
>the characters) of a Print Screen. I mean that it will print out Bold, and
>Underline atributes of the characters on the screen.  Could you please

If someone has got a TSR that wil print the BLINKING attributes, please send
a copy to me :-)

(I could not resist)

-- 
To quote Alfred E. Neuman: "What! Me worry????"   ||||   Pobody is Nerfect !!!

Internet:	einari@rhi.hi.is
UUCP:		..!mcvax!hafro!rhi!einari

smvorkoetter@watmum.waterloo.edu (Stefan M. Vorkoetter) (10/17/89)

In article <1202@krafla.rhi.hi.is> einari@rhi.hi.is (Einar Indridason) writes:
>In article <808@uvicctr.UVic.ca.UUCP> kwong@uvicctr.UVic.ca.UUCP (Ken Wong) writes:
>>
>>Does anyone know of a TSR that will print out the attributes (as well as 
>>the characters) of a Print Screen. I mean that it will print out Bold, and
>>Underline atributes of the characters on the screen.  Could you please
>
>If someone has got a TSR that wil print the BLINKING attributes, please send
>a copy to me :-)
>
I have written a TSR that tries very hard to print colour attributes.  It does
not print underlining, since that does not exist on a colour display.  What it
does do is compute the relative intensity between foreground and
background colours for each character, and then prints the character
using an appropriate attribute.  For example, WHITE on BLACK prints out
bold, BLUE on BLACK prints out normal, WHITE on GRAY prints out normal,
and BLACK on GRAY prints out in reversed video.  The program does this
using EPSON LQ2500 compatible graphics.

It is not very sophisticated, but it works.  You use it by pressing
CTRL-ALT-LEFTSHIFT, and then typing two digits to tell the printer how
many lines to skip before printing.  I use this to print screen images
in predetermined places on already laser printed pages of manuals I
write.

If enough people are interested, I will clean it up a bit, and post
it (via the moderator) to comp.binaries.ibm.pc.

Stefan Vorkoetter
(smvorkoetter@wmsical.waterloo.edu)