@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