Home
last modified time | relevance | path

Searched refs:GetFont (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp118 const Font* font = GetFont(); in SetLineHeight()
128 const Font* font = GetFont(); in GetLineHeight()
403 NN_POINTER_ASSERT(GetFont()); in CalcLineRectImpl()
404 CharStrmReader reader = GetFont()->GetCharStrmReader(CharType(0)); in CalcLineRectImpl()
511 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
591 NN_POINTER_ASSERT(GetFont()); in PrintImpl()
608 CharStrmReader reader = GetFont()->GetCharStrmReader(CharType(0)); in PrintImpl()
725 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()
752 const Font* pFont = GetFont(); in PrintImpl()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_ArcResourceAccessor.h206 virtual font::Font* GetFont(const char* name);
487 virtual font::Font* GetFont(const char* name);
Dlyt_ResourceAccessor.h128 virtual font::Font* GetFont(const char* name) = 0;
Dlyt_FontContainer.h104 font::Font* GetFont() const in GetFont() function
Dlyt_TextBox.h352 const font::Font* GetFont() const;
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_FontContainer.cpp94 return it->GetFont(); in FindFontByName()
Dlyt_ArcResourceAccessor.cpp291 ArcResourceAccessor::GetFont(const char *name) in GetFont() function in nw::lyt::ArcResourceAccessor
425 MultiArcResourceAccessor::GetFont(const char *name) in GetFont() function in nw::lyt::MultiArcResourceAccessor
Dlyt_TextBox.cpp134 m_pFont = resBlockSet.pResAccessor->GetFont(fontName); in TextBox()
480 TextBox::GetFont() const in GetFont() function in nw::lyt::TextBox
/NW4C-1.2.23/include/nw/font/
Dfont_Font.h82 const Font* GetFont() const in GetFont() function
Dfont_CharWriter.h106 const Font* GetFont() const { return m_pFont; } in GetFont() function