-
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
-
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
-
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)
-
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
-
Send me the code and i look for the wrong part ok
-
Send it please to [email protected]
-
Make sure you are using a Printer font or a TT Font (not a Screen Font).