diff options
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/misc.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/src/text/misc.rs b/library/src/text/misc.rs index 147f758a..de7974cd 100644 --- a/library/src/text/misc.rs +++ b/library/src/text/misc.rs @@ -312,8 +312,7 @@ impl Case { /// Display text in small capitals. /// /// _Note:_ This enables the OpenType `smcp` feature for the font. Not all fonts -/// support this feature (including Typst's current default font, -/// unfortunately). Sometimes smallcaps are part of a dedicated font and +/// support this feature. Sometimes smallcaps are part of a dedicated font and /// sometimes they are not available at all. In the future, this function will /// support selecting a dedicated smallcaps font as well as synthesizing /// smallcaps from normal letters, but this is not yet implemented. |
