svg:font
Element information
Namespace: http://www.w3.org/2000/svg
Schema document: svg11-flat-20030114.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]from subst. group svg:SVG.Description.class
- svg:font-face [1..1]
- svg:missing-glyph [1..1]
- Choice [0..*]
from type svg:SVG.font.content
Attributes
Used in
- Anonymous type of element svg:SVG.Hyperlink.class via extension of svg:SVG.a.content
- Anonymous type of element svg:SVG.Marker.class via extension of svg:SVG.marker.content
- Anonymous type of element svg:SVG.Mask.class via extension of svg:SVG.mask.content
- Anonymous type of element svg:SVG.Pattern.class via extension of svg:SVG.pattern.content
- Anonymous type of element svg:a via extension of svg:SVG.a.content
- Anonymous type of element svg:defs via extension of svg:SVG.defs.content
- Anonymous type of element svg:g via extension of svg:SVG.g.content
- Anonymous type of element svg:glyph via extension of svg:SVG.glyph.content
- Anonymous type of element svg:marker via extension of svg:SVG.marker.content
- Anonymous type of element svg:mask via extension of svg:SVG.mask.content
- Anonymous type of element svg:missing-glyph via extension of svg:SVG.missing-glyph.content
- Anonymous type of element svg:pattern via extension of svg:SVG.pattern.content
- Anonymous type of element svg:svg via extension of svg:SVG.svg.content
- Anonymous type of element svg:symbol via extension of svg:SVG.symbol.content
- Type svg:SVG.a.content
- Type svg:SVG.defs.content
- Type svg:SVG.g.content
- Type svg:SVG.glyph.content
- Type svg:SVG.marker.content
- Type svg:SVG.mask.content
- Type svg:SVG.missing-glyph.content
- Type svg:SVG.pattern.content
- Type svg:SVG.svg.content
- Type svg:SVG.symbol.content
Substitution hierarchy
- svg:SVG.Font.class
- can be substituted with svg:font
Sample instance
<svg:font horiz-adv-x="string"> <svg:desc>Any text</svg:desc> <svg:font-face> <svg:desc>Any text</svg:desc> <svg:font-face-src> <svg:font-face-uri xlink:href="string">... </svg:font-face-uri> </svg:font-face-src> <svg:definition-src xlink:href="string"/> </svg:font-face> <svg:missing-glyph d="string" horiz-adv-x="string"> <svg:desc>Any text</svg:desc> </svg:missing-glyph> <svg:glyph d="string" horiz-adv-x="string"> <svg:desc>Any text</svg:desc> </svg:glyph> </svg:font>