FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 848 : Getting 'use textFont() before text()' error
Last modified: 2008-07-14 06:22
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
726
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
***