-@note There is currently a difference between the appearance
- of fonts on the two platforms, if the mapping mode is anything other than
- wxMM_TEXT. Under X, font size is always specified in points. Under MS
- Windows, the unit for text is points but the text is scaled according to the
- current mapping mode. However, user scaling on a device context will also
- scale fonts under both environments.
+@see wxFont, wxFontDialog
+
+@note There is currently a difference between the appearance of fonts on the
+ two platforms, if the mapping mode is anything other than wxMM_TEXT.
+ Under X, font size is always specified in points. Under MS Windows, the
+ unit for text is points but the text is scaled according to the current
+ mapping mode. However, user scaling on a device context will also scale
+ fonts under both environments.