[Doc] Clarify capitalize bug in manpage.

This commit is contained in:
Dave Davenport 2022-07-30 15:07:11 +02:00
parent 9d001aaaf7
commit 903def557b
2 changed files with 12 additions and 2 deletions

View File

@ -787,9 +787,16 @@ The following options are available on pango 1.50.0 and up:
\fB\fCuppercase\fR: Uppercase the text.
.IP \(bu 2
\fB\fClowercase\fR: Lowercase the text.
.RE
.PP
The following option is disabled as pango crashes on this if there is eel
upsizing or wrapping. This will be re-enabled once fixed:
.RS
.IP \(bu 2
\fB\fCcapitalize\fR: Capitalize the text.
This is currently disabled because of a Pango bug.
.RE

View File

@ -505,8 +505,11 @@ The following options are available on pango 1.50.0 and up:
* `uppercase`: Uppercase the text.
* `lowercase`: Lowercase the text.
The following option is disabled as pango crashes on this if there is eel
upsizing or wrapping. This will be re-enabled once fixed:
* `capitalize`: Capitalize the text.
This is currently disabled because of a Pango bug.
## Line style