|
-
Sep 9th, 2000, 05:45 PM
#1
hi there:
i use api CreateFont and CreatFontIndirect to have my font (i just want to change the ont's orientation), and it shows good in form and picture box.. when i try to print it.. i change the picture.hdc to printer.hdc... it doesn't work at all... can someone help me please... if you need the sample, please email me
-
Sep 11th, 2000, 06:51 PM
#2
Fanatic Member
the printer probably dosen't support the fon't. also, try putting it in a picture box and printing it as a picture, this might work
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Sep 15th, 2000, 05:50 AM
#3
Maby you forgott this action
lngNewFont = CreateFont(Size, 0, 0, 0, .Weight, .Italic, .Underline, .Strikethrough, .Charset, _
0, 0, 0, 0, .Name)
lngOldFont = SelectObject(Printer.hdc, lngNewFont)
-
Sep 15th, 2000, 11:24 AM
#4
I didse that one... it just can not print it 270° orientation.. but i did work good in picture box.... think maybe printer can not support some font like sans or something..... opinions are appreciate
-
Sep 15th, 2000, 11:32 AM
#5
Send me the code and i look for the wrong part ok
-
Sep 15th, 2000, 11:33 AM
#6
Send it please to [email protected]
-
Sep 15th, 2000, 02:53 PM
#7
Make sure you are using a Printer font or a TT Font (not a Screen Font).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|