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

<*> 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