X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c03648c25140e0286a47e32f93f1d2f1ad3011c3..d5db80c26999bab5ad0ee610aeaa59ffb0e9c1c6:/docs/latex/wx/tsamples.tex diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index 619ef54183..9154a13bc4 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -19,6 +19,14 @@ make it easier to find the relevant one if a simple grep through all sources didn't help. They also provide some notes about using the samples and what features of wxWindows are they supposed to test. +\subsection{Font sample}\label{samplefont} + +The font sample demonstrates \helpref{wxFont}{wxfont}, +\helpref{wxFontEnumerator}{wxfontenumerator} and +\helpref{wxFontMapper}{wxfontmapper} classes. It allows you to see the fonts +available (to wxWindows) on the computer and shows all characters of the +chosen font as well. + \subsection{DnD sample}\label{samplednd} This sample shows both clipboard and drag and drop in action. It is quite non @@ -52,3 +60,4 @@ bitmaps which allows them to be pasted/dropped in many other applications. Take a look at DnDShapeDataObject class to see how you may use \helpref{wxDataObject}{wxdataobject} to achieve this. +