|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
DO NOT REPLY [Bug 47752] New: All Glyphs int he TTF's are not includedhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47752
Summary: All Glyphs int he TTF's are not included Product: Batik Version: 1.8 Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: Utilities AssignedTo: batik-dev@... ReportedBy: dhopkins@... --- Comment #0 from Damon Hopkins <dhopkins@...> 2009-08-27 11:20:05 PDT --- In the windows system included font Arial.TTF some glyphs are not included in the SVG output. can you guys add a commandline option to include all glyphs? -- 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: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47752] All Glyphs in the TTF files are not includedhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47752
Damon Hopkins <dhopkins@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|All Glyphs int he TTF's are |All Glyphs in the TTF files |not included |are not included -- 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: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47752] All Glyphs in the TTF files are not includedhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47752
Helder Magalhães <helder.magalhaes@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Helder Magalhães <helder.magalhaes@...> 2009-08-28 05:44:56 PDT --- (In reply to comment #0) > In the windows system included font Arial.TTF some glyphs are not included in > the SVG output. can you guys add a commandline option to include all glyphs? Sorry, but I guess you'll need to be more specific [1]: 1. Instead of "All Glyphs in the TTF files are not included", do you mean that "not all glyphs in the TTF files are converted"? 2. I imagine you are using the SVG font converter [2], did you look at the available command-line switches ("l", "h", "ascii")? 3. Which glyphs were not included? Which command line did you use? What were you expecting? What would be "include all glyphs"? Etc. 4. Just stating "Arial.TTF" is probably not enough. Adding which particular font version (can be found in font preview dialog) might help. 5. Have you tried crawling through the mailing list? There are a few related posts [3] which might help. I'd say that, without further information, this seems more a support request (which belongs best to the mailing list) than a bug report. [1] http://www.chiark.greenend.org.uk/~sgtatham/bugs.html [2] http://xmlgraphics.apache.org/batik/tools/font-converter.html [3] http://www.nabble.com/Help%3A-SVG-Font-Converter-cannot-extract-from-TTF-td24542788.html -- 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: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47752] All Glyphs in the TTF files are not includedhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47752
--- Comment #2 from Xavier Tassin <xtassin@...> 2009-10-22 06:22:50 UTC --- Created an attachment (id=24406) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24406) A test font to reproduce said issue -- 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: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47752] All Glyphs in the TTF files are not includedhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47752
--- Comment #3 from Xavier Tassin <xtassin@...> 2009-10-22 06:50:59 UTC --- Created an attachment (id=24407) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24407) A test case to be used with Google Chrome Drop the test.html file in Google Chrome to see the missing glyph in action -- 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: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47752] All Glyphs in the TTF files are not includedhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47752
Xavier Tassin <xtassin@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from Xavier Tassin <xtassin@...> 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: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |