svg - Accessing native Android vector data for fonts? -


i working vector images in android , need access actual glyph data. bezier curves make font. there way access data? i've debated converting fonts svg , reading because have ability. or coding custom ttf parser. but, these solutions require download or adding bunch of ttf or svg assets. , perhaps lot of work might not needed.

is there way access glyph data of given font?

that failing, there way access actual ttf (or whatever font type android uses) files?

letter h

i working directly vector images , manipulating actual curves used build vector images. means need actual access curves. curve goes in order build particular letter. don't want bitmap or harfbuzz within android comes , pushes gl, want access actual curves used make font. means can write own font parser , include own font assets, of built android @ c level.

i not have include font parser or bunch of fonts. android has both of things included, unreachable java level or there perchance trick?

i need vector image font. vector image of letter a. lines , curves used build letter. don't need of kerning or em data, or missing glyphs info. , i'd access without having import entire parser program , bunch of font assets vector images letters of fonts made out of.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -