Is there any way we can draw svg path in NCL?

42 Views Asked by At

I want to draw the Chinese words in NCL with the TTF font. I have converted the TTF fonts to svg paths. If I can find a way to draw the svg path in NCL, I think we can draw every word for all the languages, without any limitation.

The svg path data just as below:

d="M1204 1679h162v-677q273 140 510 307l100 -144q-216 -136 -610 -333v-735q0 -136 150 -136h140q144 0 162 136q18 126 32 328q88 -36 170 -64q-20 -190 -44 -324q-38 -228 -282 -228h-216q-274 0 -274 270v1600zM26 99q261 90 618 236v630h-576v148h576v562h162v-1922 h-162v415q-192 -78 -554 -227z"

I belive the tags M,h,v,z is simple. But how to deal with the tags q,c? How can we draw the Bezier curve?

0

There are 0 best solutions below