Path: blob/main/files/en-us/web/svg/attribute/alphabetic/index.md
6573 views
------{{SVGRef}}{{deprecated_header}}
The alphabetic attribute defines the lower baseline of a font. It has the same syntax and semantics as the {{cssxref("@font-face/baseline", "baseline")}} descriptor within an {{cssxref("@font-face")}}.
For horizontally oriented glyph layouts, it indicates the alignment coordinate for glyphs to achieve alphabetic baseline alignment. The value is an offset in the font coordinate system.
You can use this attribute with the following SVG elements:
{{SVGElement("font-face")}}
Usage notes
| Value | {{cssxref("number")}} |
|---|---|
| Default value | 0 |
| Animatable | No |
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{SVGAttr("v-alphabetic")}}