Home
last modified time | relevance | path

Searched refs:GetLineFeed (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_PairFont.cpp126 PairFont::GetLineFeed() const in GetLineFeed() function in nw::font::PairFont
128 return math::Max(m_Primary->GetLineFeed(), m_Secondary->GetLineFeed()); in GetLineFeed()
Dfont_TextWriterBase.cpp121 const int linefeed = font != NULL ? font->GetLineFeed(): 0; in SetLineHeight()
131 const int linefeed = font != NULL ? font->GetLineFeed(): 0; in GetLineHeight()
Dfont_ResFontBase.cpp183 ResFontBase::GetLineFeed() const in GetLineFeed() function in nw::font::ResFontBase
/NW4C-2.0.3/include/nw/font/
Dfont_PairFont.h75 virtual int GetLineFeed() const;
Dfont_ResFontBase.h67 virtual int GetLineFeed() const;
Dfont_Font.h231 virtual int GetLineFeed() const = 0;