Skip to content

Commit

Permalink
text() added into README.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Mar 3, 2012
1 parent 41e2645 commit c236163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Similar to Codea drawing primitives:
* box(x,y,width,height): draw a box at x,y (left-bottom corner). * box(x,y,width,height): draw a box at x,y (left-bottom corner).
* ellipse(x,y,width,height): draw an ellipse centered at x,y. * ellipse(x,y,width,height): draw an ellipse centered at x,y.
* line(x1,y1,x2,y2): draw a line from x1,y1 to x2,y2. * line(x1,y1,x2,y2): draw a line from x1,y1 to x2,y2.
* text(x,y,string): print the speciifed text at x,y using a bitmap font.


Not available in Codea: Not available in Codea:


Expand Down

0 comments on commit c236163

Please sign in to comment.