> 
> perl -ne 'chomp;($name=$_)=~s/^.*glyph-name=\"([^"]+)\".*$/$1/g;print
> $name, "\n" if /glyph-name/;' < font.svg
> 

wow that works nicely.
> > Is there a way by command line to do this?
> > how do I do this for each charactor in the font? 
> 
> Once you create a file of unicode values-> glyph-name mappings, in the
> following format:
> 
> &#x1d11e;   trebleclef
> &#x1d13b;   wholerest
> 

this is crazy the feta font has so many glyphs that the unicode encoding
doesn't have. Very frustrating. 
Does this mean I am stuck and can't use the feta font now? I gather
other fonts also have the same problem.

Aaron



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to