#16537: Documentation of SetNativeFontInfoUserDesc()
---------------------------+-------------------------
Reporter: oneeyeman | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: documentation | Version: dev-latest
Keywords: simple wxFont | Blocked By:
Blocking: | Patch: 0
---------------------------+-------------------------
Here is what the documentation states (found
[
http://docs.wxwidgets.org/3.0/classwx_font.html here]):
{{{
For more detailed information about the allowed syntaxes you can look at
the documentation of the native
API used for font-rendering (e.g. pango_font_description_from_string under
GTK, although notice that it
doesn't support the "underlined" and "strikethrough" attributes and so
those are handled by wxWidgets
itself).
}}}
The information on "underline"'d and "strikethrough" fonts on GTK is not
correct. It is handled by GTK+ and not by wxWidgets and so the
documentation needs to be fixed.
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/16537>