]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsamples.tex
WM_MOUSEMOVE correction
[wxWidgets.git] / docs / latex / wx / tsamples.tex
index 065961d5cb3ef57a6373c3719a57b47cffd981e6..9154a13bc404ae9e3bb3e3790d06227e4224fe4a 100644 (file)
@@ -19,7 +19,15 @@ 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.
 
 didn't help. They also provide some notes about using the samples and what
 features of wxWindows are they supposed to test.
 
-\subsection{DnD sample}{samplednd}
+\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
 trivial and may be safely used as a basis for implementing the clipboard and
 
 This sample shows both clipboard and drag and drop in action. It is quite non
 trivial and may be safely used as a basis for implementing the clipboard and
@@ -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.
 
 Take a look at DnDShapeDataObject class to see how you may use 
 \helpref{wxDataObject}{wxdataobject} to achieve this.
+