]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Mon, 9 Jun 2008 22:31:22 +0000 (22:31 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 9 Jun 2008 22:31:22 +0000 (22:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25219 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 5fe8245ed618e53eaf0bcb70011fd7dc084a74e7..83534a6c3eea59fbb3645e7a3e521813d745a6a2 100644 (file)
@@ -1135,10 +1135,18 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_FONT_DEFAULT, "font-default", Noop, Layout },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_FONT_DEFAULT
+ * \li Action: Sets font size according to lyx format string.
+ * \li Syntax: font-default <SIZE>
+ * \li Params: <SIZE>: tiny|scriptsize|footnotesize|small|normal|large|larger|
+                       largest|huge|giant|increase|decrease|default
+ * \endvar
+ */
+               { LFUN_FONT_SIZE, "font-size", Noop, Layout },
                { LFUN_FONT_FREE_APPLY, "font-free-apply", Noop, Layout },
                { LFUN_FONT_FREE_UPDATE, "font-free-update", Noop, Layout },
                { LFUN_SCREEN_FONT_UPDATE, "screen-font-update", NoBuffer, Layout },
-               { LFUN_FONT_SIZE, "font-size", Noop, Layout },
 /*!
  * \var lyx::FuncCode lyx::LFUN_FONT_STATE
  * \li Action: Returns the info about the current font.