Home
last modified time | relevance | path

Searched refs:GetFontHeight (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h192 pRect->bottom = writer.GetCursorY() + pContext->writer->GetFontHeight(); in CalcRect()
208 pRect->bottom = pRect->top + writer.GetFontHeight(); in CalcRect()
Dfont_CharWriter.h311 f32 GetFontHeight() const;
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp202 CharWriter::GetFontHeight() const in GetFontHeight() function in nw::font::CharWriter