mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25222 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b4811438e3
commit
95b509baef
@ -1146,6 +1146,13 @@ void LyXAction::init()
|
||||
{ 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 },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_SCREEN_FONT_UPDATE
|
||||
* \li Action: Update fonts and its metrics.
|
||||
* \li Notion: Automatically called after zoom, dpi, font names, or norm change.
|
||||
* \li Syntax: screen-font-update
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_SCREEN_FONT_UPDATE, "screen-font-update", NoBuffer, Layout },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_FONT_STATE
|
||||
|
Loading…
Reference in New Issue
Block a user