---
title: font
slug: Web/SVG/Element/font
tags:
- SVG
- SVG字体
- 元素
- 参考
- 需要兼容性表
translation_of: Web/SVG/Element/font
---
{{SVGRef}}
font
元素定义了一个用于文字布局的字体。
用法
{{svginfo}}
示例
属性
全局属性
- 核心属性 »
- 外观属性 »
- {{ SVGAttr("class") }}
- {{ SVGAttr("style") }}
- {{ SVGAttr("externalResourcesRequired") }}
专有属性
- {{ SVGAttr("horiz-origin-x") }}
- {{ SVGAttr("horiz-origin-y") }}
- {{ SVGAttr("horiz-adv-x") }}
- {{ SVGAttr("vert-origin-x") }}
- {{ SVGAttr("vert-origin-y") }}
- {{ SVGAttr("vert-adv-y") }}
DOM 接口
该元素实现 SVGFontElement
接口。
参见
- {{ SVGElement("font-face") }}
- {{ SVGElement("glyph") }}
- {{ SVGElement("text") }}
- SVG教程:SVG 字体