aboutsummaryrefslogtreecommitdiff
path: root/files/nl/web/svg/attribute/font-size-adjust/index.html
blob: 6e787841485d2af1579840a5025c16496eafc2b0 (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
45
46
47
48
49
50
51
52
53
54
---
title: font-size-adjust
slug: Web/SVG/Attribute/font-size-adjust
tags:
  - HeeftCompatTabelNodig
  - HeeftVoorbeeldNodig
  - SVG
  - SVG attribuut
translation_of: Web/SVG/Attribute/font-size-adjust
---
<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG Attribuut referentie home</a></p>

<p>Het <code>font-size-adjust</code> attribuut stelt auteurs in staat om een ​​aspectwaarde te specificeren voor een element dat de x-hoogte van het eerste keuze font in een vervangende font behoudt.</p>

<p>Als een presentatie attribuut, kan het ook gebruikt worden  als een property direct in een CSS stylesheet, Zie {{ cssxref("font-size-adjust","CSS font-size-adjust") }} voor verdere informatie.</p>

<h2 id="Gebruik_context">Gebruik context</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="row">Categorieën</th>
   <td>Presentatie attribuut</td>
  </tr>
  <tr>
   <th scope="row">Waarde</th>
   <td><a href="/en/SVG/Content_type#Number" title="https://developer.mozilla.org/en/SVG/Content_type#Number">&lt;number&gt;</a> | <strong>none</strong> | inherit</td>
  </tr>
  <tr>
   <th scope="row">Animeerbaar</th>
   <td>Ja</td>
  </tr>
  <tr>
   <th scope="row">Normatief document</th>
   <td><a class="external" href="http://www.w3.org/TR/SVG11/text.html#FontSizeAdjustProperty" title="http://www.w3.org/TR/SVG11/text.html#FontSizeAdjustProperty">SVG 1.1 (2de Editie)</a></td>
  </tr>
 </tbody>
</table>

<h2 id="Voorbeeld">Voorbeeld</h2>

<h2 id="Elementen">Elementen</h2>

<p>De volgende elementen kunnen het <code>font-size-adjust</code> attribuut gebruiken</p>

<ul>
 <li><a href="/en/SVG/Element#Text_content_elements" title="en/SVG/Element#Text_content_elements">Text content elementen</a> »</li>
</ul>

<h2 id="Zie_ook">Zie ook</h2>

<ul>
 <li>{{ cssxref("font-size-adjust","CSS font-size-adjust") }}</li>
</ul>