Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

How can i rotate a ofTrueTypeFont?

$
0
0

@lkkd wrote:

I’m trying to rotate a truetypefont (string). I’m using ofRotate but the string just disappear here is the code. I’m using OF iOS.

ofPushMatrix();
ofRotateZ(45);
ofSetColor(255,0,0);
redblue.drawString(“100”, 400 * scale, 162 * scale);

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles