]> git.lyx.org Git - features.git/blobdiff - src/FontInfo.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / FontInfo.h
index 49fbbfe299eb52e0d44dab429bbbc811d82218e0..d3d2e8b0a08a5b6216c0a7fad11f196be0f87f65 100644 (file)
 #include "LString.h"
 
 /** This class manages a font.
-The idea is to create a FontInfo object with a font name pattern with a 
-wildcard at the size field. Then this object can host request for font-
-instances of any given size. If no exact match is found, the closest size
-is chosen instead. If the font is scalable, the flag lyxrc.use_scalable_fonts
-determines whether to allow scalable fonts to give an exact match. */
+    The idea is to create a FontInfo object with a font name pattern with a 
+    wildcard at the size field. Then this object can host request for font-
+    instances of any given size. If no exact match is found, the closest size
+    is chosen instead. If the font is scalable, the flag
+    lyxrc.use_scalable_fonts determines whether to allow scalable fonts to
+    give an exact match.
+*/
 class FontInfo {
 public:
        ///