]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/winpars.h
use default fonts that have also bold and italic variants present on the system ...
[wxWidgets.git] / interface / html / winpars.h
index 4b6a71af1d800f123cb6d54d7a5c634383a525a4..ed5d5348b1c313484d9bb9b42b1095460676e05b 100644 (file)
@@ -126,7 +126,7 @@ public:
     /**
         Returns (average) char height in standard font. It is used as DC-independent
         metrics.
-        @b Note: This function doesn't return the @e actual height. If you want to
+        @note This function doesn't return the @e actual height. If you want to
         know the height of the current font, call @c GetDC - GetCharHeight().
     */
     int GetCharHeight() const;
@@ -134,7 +134,7 @@ public:
     /**
         Returns average char width in standard font. It is used as DC-independent
         metrics.
-        @b Note: This function doesn't return the @e actual width. If you want to
+        @note This function doesn't return the @e actual width. If you want to
         know the height of the current font, call @c GetDC - GetCharWidth()
     */
     int GetCharWidth() const;