Changes

Jump to navigation Jump to search

Category:gc

25 bytes added, 17:30, 22 May 2011
no edit summary
Line 3: Line 3:  
All these functions are called like that : '''gc:''drawString'''''(...)
 
All these functions are called like that : '''gc:''drawString'''''(...)
    +
== Quick Overview==
 
*'''[[begin]]''' -
 
*'''[[begin]]''' -
 
*'''[[clipRect]]'''(?, x, y, width, height) -
 
*'''[[clipRect]]'''(?, x, y, width, height) -
Line 22: Line 23:  
*'''[[setFont]]'''(font, type, size), with font : {“sansserif”, "serif", ..}, type {“b”, “r”, “i”}, size(int)
 
*'''[[setFont]]'''(font, type, size), with font : {“sansserif”, "serif", ..}, type {“b”, “r”, “i”}, size(int)
 
*'''[[setPen]]'''(thickness, smoothness) : thickness {“thin”, “medium”, "thick"}, smoothness {“smooth”, "dotted", "dashed"}
 
*'''[[setPen]]'''(thickness, smoothness) : thickness {“thin”, “medium”, "thick"}, smoothness {“smooth”, "dotted", "dashed"}
 +
<br>

Navigation menu