ich suche in zwei punkten hilfe fürs ändern dieses codes:
1)
bei mir klappt es leider nicht, dass ein lesbareres PDF ausgegeben wird.
(ich erhalte immer ein 0 KB PDF, welches sich nicht öffnen läßt sowie die Fehlermeldung
textMode(SHAPE) is not supported by this renderer.)
in einem anderen code gab es den hinweis,
dass bei einem eigenen font die draw funktion hinzugefügt werden soll,
>>
font = createFont("MeinSpeziellerFont.otf",10);
dann fehlt nur noch, in der draw()-Funktion
textMode(SHAPE);leider klappt das bei mir nicht, sondern ich bekomme immer die Nachricht:
textMode(SHAPE) is not supported by this renderer.
2) Außerdem hätte ich bezüglich des PDF eine weitere Frage, ist es auch möglich, für die Ausgabe einen anderen Farbmodus zu nutzen, z.B. CMYK, oder sogar Pantone oder HKS?
2012-05-14P_1_2_3_01
In the code there is this loop:
... code ...
close before that the current tile count get's calculated
... code ......
2012-05-10P_1_2_1_01
In the code 10 rows are created to show color, however with the current code it will never show more then 9.
This is because height is 800, but the last y row is 799 since it starts...
2012-05-10P_2_3_5_01_TABLET
Hello!
I bought a graphic tablet ( Bambooto run this code, but unfortunatley it still doesn't work... somehting is wrttien below the interface page:
10 mai 2012 17:29:52 jpen.provider.NativeLibraryLoader$4...
2012-05-02M_1_5_02_TOOL
hello simon,
yes this is in principle possible ... "only" problem is to write the position data in an valid obj syntax to a file.
have you ever tried to open a obj file in a texteditor?...
2012-05-01M_1_5_02_TOOL
hey!
I have started to work with processing recently and I have been trying to find codes to export lines or curves to a obj file. In the example above I would like to export the...