非常教程

SVG参考手册

分类 | Elements

font

<font>SVG元素定义将被用于文本布局的字体。

用法上下文

分类

字体元素

允许的内容

以任何顺序包含任意数量的以下元素:描述性元素<font-face>,<glyph>,<hkern>,<missing-glyph>,<vkern>

属性

全局属性

  • Core attributes
  • Presentation attributes
  • class
  • style
  • externalResourcesRequired

具体属性

  • horiz-origin-x
  • horiz-origin-y
  • horiz-adv-x
  • vert-origin-x
  • vert-origin-y
  • vert-adv-y

DOM接口

这个元素实现了SVGFontElement接口。

产品规格

Specification

Status

Comment

Scalable Vector Graphics (SVG) 1.1 (Second Edition)The definition of '<font>' in that specification.

Recommendation

Initial definition

浏览器兼容性

Feature

Chrome

Firefox (Gecko)

Internet Explorer

Opera

Safari

Basic support

?

No support1

?

?

?

Feature

Android

Firefox Mobile (Gecko)

IE Phone

Opera Mobile

Safari Mobile

Basic support

?

No support1

?

?

?

SVG

可缩放矢量图形是基于可扩展标记语言(标准通用标记语言的子集),用于描述二维矢量图形的一种图形格式。它由万维网联盟制定,是一个开放标准。