I guys,
anyone know how to draw some stroke using a font?
let me explain. With PocketSVG framework I’m animating the SVG files of KanjiVG. KanjiVG are SVG file that describe the stroke order of a Kanji (Japanese ideogram). The framework convert every stroke in CALayer or CAShapeLayer. After that I make the animation.
How can I add a font (or glyph or I don’t know what) and write a stroke following that font (es kyokasho font)?
thanks