Iosevka icon indicating copy to clipboard operation
Iosevka copied to clipboard

OpenType Feature Request: Small/Petite Capitals (`smcp`/`pcap`).

Open jmcwilliams403 opened this issue 11 months ago • 5 comments

Small capitals (in an open-type sense, not an IPA/Unicode sense) would be the height of old-style numerals. Petite caps would always be x-height (more similar to IPA/Unicode small capitals). Examples under smcp: Noto Sans Mono: image Roboto Mono: image Keep in mind that their coverage here is not exhaustive, as they do not show examples of cyrillic/greek small capitals, and long s (ſ) should share a small capital form with round s (s). Some SIL fonts like Doulos SIL, Charis SIL, Gentium Plus, etc. have some examples, but not all at once.

jmcwilliams403 avatar Mar 27 '24 14:03 jmcwilliams403

There are just too many things to handle... Mark as far future.

be5invis avatar Mar 27 '24 14:03 be5invis

This feature has been raised before in #1815 and that one got Needs Justification.

A question though: How much coverage is smcp/pcap(/c2sc) supposed to have, as you mentioned the other fonts don't do it exhaustively?

Logo121 avatar Mar 29 '24 15:03 Logo121

A question though: How much coverage is smcp/pcap(/c2sc) supposed to have, as you mentioned the other fonts don't do it exhaustively?

There is no rule. Open-type feature utilization is entirely up to the font developers and is independent from Unicode. Some fonts only do Latin script, some do only ASCII, some do Latin and Cyrillic but not Greek due to casing issues being challenging, and some go all-out and give every character with a canonical capital counterpart in Unicode its own small-capital form.

jmcwilliams403 avatar Mar 29 '24 15:03 jmcwilliams403

This feature has been raised before in 1815 and that one got Needs Justification.

This one actually cites monospace/programming fonts.

jmcwilliams403 avatar Mar 29 '24 15:03 jmcwilliams403

If it helps at all, versions of fonts compiled for Google Fonts usually outsource their smcp etc. OpenType features to separate ttf/otf files as derived builds to save on space/glyphs. Example: Vollkorn vs. Vollkorn SC.

jmcwilliams403 avatar Sep 03 '24 17:09 jmcwilliams403