Home
last modified time | relevance | path

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

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