The text-box-edge property has text-edge as its value.
It defines that:
Which goes to these definitions:
- ideographic-over: Corresponds to the line-over design edge of CJK (Han/Hangul/Kana) text. Assigned to idtp in OpenType.
- ideographic-under: Corresponds to the line-under design edge of CJK (Han/Hangul/Kana) text. Assigned to ideo in OpenType.
- ideographic-ink-over: Corresponds to the line-over ink edge of CJK (Han/Hangul/Kana) text. Assigned to icft in OpenType.
- ideographic-ink-under: Corresponds to the line-under ink edge of CJK (Han/Hangul/Kana) text. Assigned icfb in OpenType.
Questions:
- Most fonts, including many CJK fonts, don't have these tables. How should this be synthesized when these are missing?
- When the first font in the cascade doesn't have these tables but the second one does, should UA synthesize from the first font, or use the table from the second font?
@fantasai @nt1m @vitorroriz @Clqsin45 @bfgeek @jfkthame @kidayasuo @xfq
The
text-box-edgeproperty has text-edge as its value.It defines that:
ideographic: Use the ideographic-over baseline/ideographic-under baseline as the over/under edge.ideographic-ink: Use the ideographic-ink-over baseline/ideographic-ink-under baseline as the over/under edge.Which goes to these definitions:
Questions:
@fantasai @nt1m @vitorroriz @Clqsin45 @bfgeek @jfkthame @kidayasuo @xfq