Thanks a lot Holger. I much appreciate your help. I have come up with some new questions :)....
Level of SVGT support varies from device to device. Is there any way to find out which SVGT features are supported by the specific device model? E.g. 1- Compression support (e.g. Siemens S65 does not display compressed svg files (svgz) but SonyEricsson V800 display) 2- System fonts Support I looked into the wurlf.xml (http://wurfl.sourceforge.net/) file but it only provides information: 1- Support of SVGT 1.1 (true/false) 2- Support of SVGT 1.1+ (true/false) 3- Support of J2ME API for SVGT 1.1 (true/false) Is there any way to get the information about SVGT feature support in a specific model? Salmi! On 7/28/05, Holger Will <[EMAIL PROTECTED]> wrote: > Ahmed Salman schrieb: > > > Hi All! > > > > > > > > I am a novice in SVG. I want to transform the existing SVG 1.1 content > > (e.g. an image) into SVGT 1.1 at run time. I am stuck in a very basic > > problem. I have a very simple SVG file who displays text on the PC > > screen but its not displaying it on the mobile phone although I embed > > the font. > > > > > > > > A font file was posted by Holger on the group. Its displaying well but > > the font size is very small. I have some dumb questions. > > > > > > > > 1- Does SVGT support scaling of SVG fonts according to mobile > > display size? > > well if you dont specify width an height on yor root svg element, and > instead use a viewBox, your whole image will fit the screen size. > everithing will be scaled, including your text. > > > > > 2- Can we generate SVG fonts from other system fonts on the PC? > > there is a ttf2svg which is part of the apache Batik project. see: > http://xml.apache.org/batik/ttf2svg.html > > > > > 3- Can we run single embedded SVG font on all mobiles that > > support SVGT 1.1? > > yes , but note that mobile fonts only understand one d parameter, you > cant have primitive shapes in yor font definition. > > > > > 4- It seems that SVG 1.1 support system fonts but SVGT 1.1 does > > not. Does it mean that we need to embed SVG font every time while > > transforming content from SVG 1.1 into SVGT 1.1 (e.g. using XSLT)? > > yes > > > Is > > it possible to install SVG font in the mobile in advance? > > no, not that i know of any. > > > > > > > > > I have attached both the font files. Your help is much appreciated. > > > > > > > > Regards, > > > > Suleman > > > > > > [Non-text portions of this message have been removed] > > > > > > > > ----- > > 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 > > > > * Visit your group "svg-developers > > <http://groups.yahoo.com/group/svg-developers>" on > the web. > > > > * To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED]> > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > > Service <http://docs.yahoo.com/info/terms/>. > > > > > > > ------------------------------------------------------------------------ > > > > > > ----- > 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 > > Visit your group "svg-developers" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > ________________________________ > ----- 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/

