I'm now trying to make simple drawing tool using
vertex and
bezierVertex between
beginShape and
endShape.
I'm using arraylist to store the points to draw thick lines as a bezier shape. (So, to be accurate, drawing a long curving rectangles with bezier curves rather than drawing a single line)
The problem is when the bezier lines are crossing over, it will be negative (the white part in the image below).
I would like to have just a same color even when the line is crossing over.
If anyone could let me know how to avoid / hide this reverse or any suggestion for this, I would really appreciate your help.
I have been trying to create .vlw files from the Create Font tool. But it doesn't recognise different fonts in the same font family.
There are three variations in the family like Somefont, Somefont-Bold, Somefont-Italic. And every names of the variation are on the list of the Create Font tool window, however, the preview shows the same font (the first one). When I created the vlw anyway the result was the same as the preview.
The font is an original font my friend made. It was .otf format, then I tried with converted .ttf files but still doesn't work.
Other font family is working properly.
The font works in different applications like Illustrator/MSWord.
Does anyone know how this problem is solved or any suggestions?