Added CalcLineHeightFor method

This commit is contained in:
kipp%netscape.com 1998-10-16 03:48:48 +00:00
Родитель aba091f50e
Коммит 1de030a6f3
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -104,6 +104,13 @@ public:
static nscoord MaxMargin(nscoord a, nscoord b);
/**
* Calculate the line-height value for a given frame.
*/
static nscoord CalcLineHeightFor(nsIPresContext& aPresContext,
nsIFrame* aFrame,
nscoord aBaseLineHeight);
protected:
nsresult SetFrame(nsIFrame* aFrame);