https://issues.apache.org/bugzilla/show_bug.cgi?id=47752
Xavier Tassin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from Xavier Tassin <[email protected]> 2009-10-22 06:52:34 UTC --- Svg converted ttf fonts are often used for Google Chrome support of @font-face Css rule. HTML text using the svg font will display the <missing-glyph> (usually ugly little thing) when a Line-Feed character (U+000A) is met (in Windows). I have fixed this manually, so far, by adding the following glyph entry to my svg font files: <glyph unicode="
" glyph-name="uni000A" horiz-adv-x="560" /> where the value of horiz-adv-x is equivalent to that of the "space" glyph. The font then behave as ttf does (in Firefox by example) by representing the LF character a simple space. I am not sure, though, if this is acceptable both by SVG and Unicode standards. This happened with every font I tested, with different range values and/or with setting the -autorange parameter. Is it an idea to automatically (or by command) add the LF glyph to the font? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
