blob: 4f856e7c5d0f97a5e89c9594252eff9e405c72dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
---
title: <hkern>
slug: Web/SVG/Element/hkern
tags:
- Element
- Police SVG
- Reference
- SVG
translation_of: Web/SVG/Element/hkern
---
{{SVGRef}}
La distance horizontale entre deux glyphes peut être ajustée minutieusement avec l'élément hkern. Ce proccessus est appelé [Crénage](https://fr.wikipedia.org/wiki/Cr%C3%A9nage).
## Contexte d'utilisation
{{svginfo}}
## Exemple
## Attributs
### Attributs globaux
- [Attributs fondamentaux](/fr/docs/Web/SVG/Attribute#Core) »
### Attributs spécifiques
- {{ SVGAttr("u1") }}
- {{ SVGAttr("g1") }}
- {{ SVGAttr("u2") }}
- {{ SVGAttr("g2") }}
- {{ SVGAttr("k") }}
## Interface DOM
Cet élément implémente l'interface [`SVGHKernElement`](/fr/docs/Web/API/SVGHKernElement "en/DOM/SVGHKernElement").
## Voir également
- {{ SVGElement("font") }}
- {{ SVGElement("glyph") }}
- {{ SVGElement("vkern") }}
- [Tutoriel SVG : Polices SVG](/fr/docs/Web/SVG/Tutorial/SVG_fonts)
|