LINUX.ORG.RU

[svg][@font-face][src: url(fonts/нестандартный.ttf);] Импорт нестандартного шрифта в svg .

 


0

0

Есть требование дизайнера, применить нестандартный национальный шрифт в SVG.
В css решается так это :
@font-face {
font-family: Pompadur; /* Имя шрифта */
src: url(fonts/pompadur.ttf); /* Путь к файлу со шрифтом */
}
P {
font-family: Pompadur;
}
в SVG что то не могу найти такого же.
http://www.w3.org/TR/SVG/fonts.html#FontFaceElement

Кто и как решал проблему подобную ?
Текст как картинку не предлогать.

SVG будет встроен как сторонний обьект в html.


А если без SVG, только javascript?

Есть такая штука как Cufon: http://wiki.github.com/sorccu/cufon/about

About

Cufón aims to become a worthy alternative to sIFR, which despite its merits still remains painfully tricky to set up and use. To achieve this ambitious goal the following requirements were set:
No plug-ins required – it can only use features natively supported by the client
Compatibility – it has to work on every major browser on the market
Ease of use – no or near-zero configuration needed for standard use cases
Speed – it has to be fast, even for sufficiently large amounts of text

And now, after nearly a year of planning and research we believe that these requirements have been met.
So, how does it work?

Cufón consists of two individual parts – a font generator, which converts fonts to a proprietary format and a rendering engine written in JavaScript.

iMp ★★★
()
Ответ на: комментарий от iMp

Спасибо сейчас посмотрю. The ‘font-face-src’ element оказывается есть и ‘font-face-name’ ‘font-face-uri’ еще не разобрался читаю вот сижу

Chu
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.