Add "inherit" to <font> XRC tag.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Sep 2012 23:48:34 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Sep 2012 23:48:34 +0000 (23:48 +0000)
commit45df4bb6c238e3c42765af9454c15ad814d7a80a
treeb8822cd8484f5c26ffd7ca9d4fd9e476a1304744
parent9696657f22ee2f10017c0bc305ae1843ee8fe768
Add "inherit" to <font> XRC tag.

This allows to construct a font based on the parent window font instead of
either fully specifying all font parameters or basing it on a standard font.

Closes #14632.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/doxygen/overviews/xrc_format.h
include/wx/xrc/xmlres.h
samples/xrc/rc/controls.xrc
src/xrc/xh_listc.cpp
src/xrc/xmlres.cpp