mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
TextMetrics.h: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35275 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
503be7c2ce
commit
d7c90fd841
@ -99,7 +99,7 @@ public:
|
||||
int descent() const { return dim_.des; }
|
||||
/// current text width.
|
||||
int width() const { return dim_.wid; }
|
||||
/// current text heigth.
|
||||
/// current text height.
|
||||
int height() const { return dim_.height(); }
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user