---
title: glyphRef
slug: Web/SVG/Element/glyphRef
tags:
- SVG
- SVG文本内容
- 元素
- 参考
- 需要示例
translation_of: Web/SVG/Element/glyphRef
---
{{SVGRef}}
glyphRef
元素为引用的{{ SVGElement("altGlyph") }} 替代物提供了一个唯一可能的字形。
用法
{{svginfo}}
示例
属性
全局属性
专有属性
- {{ SVGAttr("x") }}
- {{ SVGAttr("y") }}
- {{ SVGAttr("dx") }}
- {{ SVGAttr("dy") }}
- {{ SVGAttr("glyphRef") }}
- {{ SVGAttr("format") }}
- {{ SVGAttr("xlink:href") }}
DOM 接口
该元素实现了SVGGlyphRefElement
接口。
浏览器兼容性
{{Compat("svg.elements.glyphRef")}}
参见
- {{ SVGElement("altGlyph") }}