Bug 848 : Getting 'use textFont() before text()' error
Last modified: 2008-07-14 06:22




Status:
RESOLVED
Resolution:
DUPLICATE of bug 726
Priority:
P2
Severity:
normal

 

Reporter:
bhs128
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-07-10 19:34
Version 135 beta:
With the fallowing layout--

PFont font;
...
setup () {
...
font = createFont("Georgia", 16);
textFont(font);
...
}

draw() {
text(...);
}

---
It does run about half of the time, and gives me the above error the other half
Additional Comment #1 From fry 2008-07-14 06:22


*** This bug has been marked as a duplicate of 726 ***