Add strikethrough support for fonts defined in XRC

Handle this attribute as well as "underlined" for completeness.
This commit is contained in:
Vadim Zeitlin
2018-09-15 13:51:36 +02:00
parent ca164bb4ca
commit f085981601
5 changed files with 14 additions and 1 deletions

View File

@@ -422,6 +422,9 @@ and can be one of the following "sub-properties":
(default: default).}
@row3col{underlined, @ref overview_xrcformat_type_bool,
Whether the font should be underlined (default: 0).}
@row3col{strikethrough, @ref overview_xrcformat_type_bool,
Whether the strikethrough font should be used (default: 0). This property
is only supported since wxWidgets 3.1.2.}
@row3col{face, ,
Comma-separated list of face names; the first one available is used
(default: unspecified).}