mention that SetNativeFontInfo() resets the font in 2.8 but doesn't in the next versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-02 00:32:48 +00:00
parent f7a5176212
commit c1554065e6

View File

@@ -482,8 +482,10 @@ Creates the font corresponding to the given native font description string and r
the creation was successful. the creation was successful.
which must have been previously returned by which must have been previously returned by
\helpref{GetNativeFontInfoDesc}{wxfontgetnativefontinfodesc}. If the string is \helpref{GetNativeFontInfoDesc}{wxfontgetnativefontinfodesc}. If the string is
invalid, font is unchanged. This function is typically used for de-serializing a wxFont invalid, font state is undefined (it becomes invalid in 2.8 but this shouldn't
object previously saved in a string-form. be relied on as the next wxWidgets version leaves it unchanged instead). This
function is typically used for de-serializing a wxFont object previously saved
in a string-form.
\wxheading{See also} \wxheading{See also}