Changeset 13134 for trunk/WebCore/rendering/RenderText.h
- Timestamp:
- 03/04/06 21:51:37 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderText.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderText.h
r13067 r13134 30 30 #include <assert.h> 31 31 #include <kxmlcore/PassRefPtr.h> 32 33 class QFontMetrics;34 32 35 33 namespace WebCore { … … 90 88 virtual int height() const; 91 89 92 // height of the contents (without paddings, margins and borders) 93 virtual short lineHeight( bool firstLine, bool isRootLineBox=false ) const; 94 virtual short baselinePosition( bool firstLine, bool isRootLineBox=false ) const; 90 virtual short lineHeight(bool firstLine, bool isRootLineBox = false) const; 95 91 96 92 // overrides … … 135 131 virtual IntRect getAbsoluteRepaintRect(); 136 132 137 const QFontMetrics &metrics(bool firstLine) const;138 133 const Font* font(bool firstLine) const; 139 134