Skip to content

Commit 8215ed8

Browse files
committed
[css-inline-3] Mention AAT baseline values in metrics section per Myles's request
1 parent 7ac6569 commit 8215ed8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

css-inline-3/Overview.bs

+10-7
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ Baselines and Metrics</h3>
352352
corresponds to the bottom of most, but not all, their characters,
353353
(such as “m”, “Ш”, “Δ”).
354354
Often represented as zero in font design coordinate systems;
355-
assigned <code>romn</code> in OpenType.
355+
assigned to <code>romn</code> in OpenType
356+
and to <code>bsln</code> value zero in TrueType AAT.
356357

357358
<dt><dfn lt="cap-height baseline" local-lt="cap-height">cap-height</dfn>
358359
<dd>
@@ -379,42 +380,44 @@ Baselines and Metrics</h3>
379380
<dd>
380381
Corresponds to
381382
the [=line-over=] design edge of CJK (Han/Hangul/Kana) text.
382-
Assigned <code>idtp</code> in OpenType.
383+
Assigned to <code>idtp</code> in OpenType.
383384

384385
<dt><dfn lt="ideographic-under baseline" local-lt="ideographic-under">ideographic-under</dfn>
385386
<dd>
386387
Corresponds to
387388
the [=line-under=] design edge of CJK (Han/Hangul/Kana) text.
388-
Assigned <code>ideo</code> in OpenType.
389+
Assigned to <code>ideo</code> in OpenType.
389390

390391
<dt><dfn lt="central baseline" local-lt="central">central</dfn>
391392
<dd>
392393
Corresponds to the ideographic central baseline,
393394
halfway between the [=ideographic-under=] and [=ideographic-over=] baselines.
395+
Assigned to <code>bsln</code> value 1 in TrueType AAT.
394396

395397
<dt><dfn lt="ideographic-ink-over baseline" local-lt="ideographic-ink-over">ideographic-ink-over</dfn>
396398
<dd>
397399
Corresponds to the [=line-over=] ink edge of CJK (Han/Hangul/Kana) text.
398-
Assigned <code>icft</code> in OpenType.
400+
Assigned to <code>icft</code> in OpenType.
399401

400402
<dt><dfn lt="ideographic-ink-under baseline" local-lt="ideographic-ink-under">ideographic-ink-under</dfn>
401403
<dd>
402404
Corresponds to the line-under ink edge of CJK (Han/Hangul/Kana) text.
403405
Assigned <code>icfb</code> in OpenType.
404406

405-
406407
<dt><dfn lt="hanging baseline" local-lt="hanging">hanging</dfn>
407408
<dd>
408409
Corresponds to hanging baseline
409410
from which characters in
410411
Tibetan and similar unicameral scripts
411412
with a strong but not absolute top edge seem to “hang”.
412-
Assigned <code>hang</code> in OpenType.
413+
Assigned to <code>hang</code> in OpenType
414+
and to <code>bsln</code> value 3 in TrueType AAT.
413415

414416
<dt><dfn lt="math baseline" local-lt="math">math</dfn>
415417
<dd>
416418
Corresponds to center baseline around which mathematical characters are designed.
417-
Assigned <code>math</code> in OpenType.
419+
Assigned to <code>math</code> in OpenType
420+
and <code>bsln</code> value 4 in TrueType AAT.
418421

419422
<dt><dfn lt="text-over baseline" local-lt="text-over">text-over</dfn>
420423
<dd>

0 commit comments

Comments
 (0)