Home
last modified time | relevance | path

Searched defs:FormatterFontMetric (Results 1 – 1 of 1) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx185 struct FormatterFontMetric struct
190 FormatterFontMetric() { nMaxAscent = 0; nMaxDescent = 0; /* nMinLeading = 0xFFFF; */ } in FormatterFontMetric() argument
191 sal_uInt16 GetHeight() const { return nMaxAscent+nMaxDescent; } in GetHeight()

Completed in 27 milliseconds