New Version: 2016.08.29 r10637
|
10-27-2016, 02:07 AM
Post: #93
|
|||
|
|||
RE: New Version: 2016.08.29 r10637
TEXTOUT command returns the X coordinate smoothly when working on an existing area as:
TEXTOUT_P("Text",0,0,1) --> 20 TEXTOUT_P("Text",0,0,7) --> 43 However would be more beneficial get the same results when working out of an area: TEXTOUT_P("Text",0,-30,1) --> 26 //Bad TEXTOUT_P("Text",0,-30,7) --> 26 //Bad Always assumee font=3 Font Size: Medium Font Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)