| Index: app/gfx/font.h
|
| diff --git a/app/gfx/font.h b/app/gfx/font.h
|
| index ccc1a64ecdbcdf5102e165acd4e882bc11e798a7..80a85ecd4b1df539a06fb2dac3b02d6c3386b52e 100644
|
| --- a/app/gfx/font.h
|
| +++ b/app/gfx/font.h
|
| @@ -73,7 +73,10 @@ class Font {
|
| Font DeriveFont(int size_delta, int style) const;
|
|
|
| // Returns the number of vertical pixels needed to display characters from
|
| - // the specified font.
|
| + // the specified font. This may include some leading, i.e. height may be
|
| + // greater than just ascent + descent. Specifically, the Windows and Mac
|
| + // implementations include leading and the Linux one does not. This may
|
| + // need to be revisited in the future.
|
| int height() const;
|
|
|
| // Returns the baseline, or ascent, of the font.
|
|
|