From d708dfe1fd81bfdc9cc723a9ca3888d551db340a Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 10 Jun 2008 21:37:40 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25224 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ac836f249e..5272713f51 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1144,7 +1144,26 @@ void LyXAction::init() * \endvar */ { LFUN_FONT_SIZE, "font-size", Noop, Layout }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_FREE_APPLY + * \li Action: Toggle user-defined text style. + * \li Syntax: font-free-apply + * \li Origin: leeming, 12 Mar 2003 + * \endvar + */ { LFUN_FONT_FREE_APPLY, "font-free-apply", Noop, Layout }, +/*! + * \var lyx::FuncCode lyx::LFUN_FONT_FREE_UPDATE + * \li Action: Update and apply user-defined text style. + * \li Syntax: font-free-update + * \li Params: : specifies font atributes, e.g. family, series, shape, + size, emph, noun, underbar, number, color, language, + toggleall.\n + Use lyx -dbg action for exact syntax of text-style + dialog parameters. + * \li Origin: leeming, 12 Mar 2003 + * \endvar + */ { LFUN_FONT_FREE_UPDATE, "font-free-update", Noop, Layout }, /*! * \var lyx::FuncCode lyx::LFUN_SCREEN_FONT_UPDATE -- 2.39.2