mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove obsolete comment.
We assert (or worse) if pos < 0.
This commit is contained in:
parent
0f4b60c642
commit
a38408419c
@ -341,12 +341,8 @@ public:
|
||||
///
|
||||
Font const & getFirstFontSettings(BufferParams const &) const;
|
||||
|
||||
/** Get fully instantiated font. If pos == -1, use the layout
|
||||
font attached to this paragraph.
|
||||
If pos == -2, use the label font of the layout attached here.
|
||||
In all cases, the font is instantiated, i.e. does not have any
|
||||
attributes with values FONT_INHERIT, FONT_IGNORE or
|
||||
FONT_TOGGLE.
|
||||
/** Get fully instantiated font, i.e., one that does not have any
|
||||
attributes with values FONT_INHERIT, FONT_IGNORE or FONT_TOGGLE.
|
||||
*/
|
||||
Font const getFont(BufferParams const &, pos_type pos,
|
||||
Font const & outerfont) const;
|
||||
|
Loading…
Reference in New Issue
Block a user