Document QFont::PreferNoShaping as being since 5.10
"since format" copied from QEvent's documentation. Change-Id: Ib11609cd11f9cb9906d947f46c2cd61c7abd853a Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>bb10
parent
681933c5b8
commit
6d45c28ed4
|
|
@ -1328,7 +1328,7 @@ QFont::StyleHint QFont::styleHint() const
|
|||
order to display them correctly. In some writing systems, such as Brahmic scripts, this is
|
||||
required in order for the text to be legible, but in e.g. Latin script, it is merely
|
||||
a cosmetic feature. The PreferNoShaping flag will disable all such features when they
|
||||
are not required, which will improve performance in most cases.
|
||||
are not required, which will improve performance in most cases (since Qt 5.10).
|
||||
|
||||
Any of these may be OR-ed with one of these flags:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue