Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PairFont.cpp124 PairFont::GetLineFeed() const in GetLineFeed() function in nw::font::PairFont
126 return math::Max(m_Primary->GetLineFeed(), m_Secondary->GetLineFeed()); in GetLineFeed()
Dfont_TextWriterBase.cpp119 const int linefeed = font != NULL ? font->GetLineFeed(): 0; in SetLineHeight()
129 const int linefeed = font != NULL ? font->GetLineFeed(): 0; in GetLineHeight()
Dfont_ResFontBase.cpp181 ResFontBase::GetLineFeed() const in GetLineFeed() function in nw::font::ResFontBase
/NW4C-1.2.23/include/nw/font/
Dfont_PairFont.h73 virtual int GetLineFeed() const;
Dfont_ResFontBase.h65 virtual int GetLineFeed() const;
Dfont_Font.h229 virtual int GetLineFeed() const = 0;