From c1554065e6d4cbb1c2fdfa2700b0f1d1d5e58928 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Mar 2008 00:32:48 +0000 Subject: [PATCH] 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 --- docs/latex/wx/font.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/font.tex b/docs/latex/wx/font.tex index 31460c3450..81dc0cef33 100644 --- a/docs/latex/wx/font.tex +++ b/docs/latex/wx/font.tex @@ -482,8 +482,10 @@ Creates the font corresponding to the given native font description string and r the creation was successful. which must have been previously returned by \helpref{GetNativeFontInfoDesc}{wxfontgetnativefontinfodesc}. If the string is -invalid, font is unchanged. This function is typically used for de-serializing a wxFont -object previously saved in a string-form. +invalid, font state is undefined (it becomes invalid in 2.8 but this shouldn't +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}