Use FAB subtitler's rather odd DFC -> frame rate mapping.
[libsub.git] / src / font_size.h
index 2be2434c0381d1af6bca96ed2969813860579f79..0b4b357457641a2cafb05e602978add08a12bd5a 100644 (file)
 #define LIBSUB_FONT_SIZE_H
 
 namespace sub {
-       
+
+/** @class FontSize
+ *  @brief A description of a font's size in one of a number of ways.
+ *
+ *  An object of this class holds a font's size in one way, and it can convert
+ *  to another on supply of the required conversion parameters.
+ */
 class FontSize
 {
 public: