Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working with HP PCL escape commands the problem I amd running into is trying to changes the weight (boldness without changing the font size the following code

FONTA=ESC:"(s1p0b4099T" ;* set font
FONTB=ESC:"(s1p1b4099T" ;* set font
FONTC=ESC:"(s1p2b4099T" ;* set font
FONTD=ESC:"(s1p3b4099T" ;* set font
FONTE=ESC:"(s1p4b4099T" ;* set font
FONTF=ESC:"(s1p5b4099T" ;* set font
FONTG=ESC:"(s1p6b4099T" ;* set font
FONTH=ESC:"(s1p7b4099T" ;* set font

changes the boldness of the the fine but it also changes the font size.


The following code
FONTA=ESC:"(s0p0b4099T" ;* set font
FONTB=ESC:"(s0p1b4099T" ;* set font
FONTC=ESC:"(s0p2b4099T" ;* set font
FONTD=ESC:"(s0p3b4099T" ;* set font
FONTE=ESC:"(s0p4b4099T" ;* set font
FONTF=ESC:"(s0p5b4099T" ;* set font
FONTG=ESC:"(s0p6b4099T" ;* set font
FONTH=ESC:"(s0p7b4099T" ;* set font

keeps the font the same size but it doesn't change the boldness

Does anyone have any suggestions for me?

Thank you

Steven Andler
(XXX)XXX-XXXX xXXX


EDIT: Removed phone number from post.
Why on this earth would you put your phone number into a post where hundreds of millions of people can see it?? :wtf:
Posted
Updated 8-Feb-12 13:51pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900