
Am 12.06.2025 um 20:37 schrieb Henning Hraban Ramm:
For (OpenType) fonts that don’t have native smallcaps, like IBM Plex, I used to get fake smallcaps with \sc.
This still worked in 2024-12. Now it doesn’t, and \setsmallcaps or any of the other options that activate the scaps feature also don’t work, which makes sense.
https://wiki.contextgarden.net/Pseudo_Small_Caps looks very MkII.
Is there a solution?
\setupbodyfont[pagella] \starttext \pseudosmallcapped{This is a Test!} \pseudoSmallcapped{This is a Test!} \pseudoSmallCapped{This is a Test!} \blank % \setupcapitals[sc=no]% default setting! \smallcapped{This is a Test!} \Smallcapped{This is a Test!} \SmallCapped{This is a Test!} \blank \setupcapitals[sc=yes] \smallcapped{This is a Test!} \Smallcapped{This is a Test!} \SmallCapped{This is a Test!} \stoptext Wolfgang