mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
Text can now be formatted
- Added black to the colors - Fixed setStroke to be skipped when needed
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include lib.js
|
||||
var saveFile = File(arguments[0]);
|
||||
if(saveFile.exists)
|
||||
saveFile.remove();
|
||||
@@ -7,4 +8,5 @@ saveFile.open("e", "TEXT", "????");
|
||||
for (var i = 0; i < arguments.length; i++) {
|
||||
saveFile.writeln(arguments[i])
|
||||
}
|
||||
setFormatting(0,6, "Arial", "Bold");
|
||||
saveFile.close();
|
||||
Reference in New Issue
Block a user