How do I make words come out vertically (sideways) through php programming on my printer?

The barcode comes out perfectly fine, but the words do not. I want it to turn a 180 degree angle. Thank you!

I think the only way to do this would be to convert the text to a graphic and then rotate the graphic. To output text, look for commands like:

ImageTTFText($image, 16, 0, $width/3 + 50, $y - 20, $black, $font, ‘Poll Results’);

See resource link below for for a tutorial.

2 Responses to “How do I make words come out vertically (sideways) through php programming on my printer?”

Leave a Reply