Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp120 const Font* font = GetFont(); in SetLineHeight()
130 const Font* font = GetFont(); in GetLineHeight()
405 NN_POINTER_ASSERT(GetFont()); in CalcLineRectImpl()
406 CharStrmReader reader = GetFont()->GetCharStrmReader(CharType(0)); in CalcLineRectImpl()
513 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
593 NN_POINTER_ASSERT(GetFont()); in PrintImpl()
610 CharStrmReader reader = GetFont()->GetCharStrmReader(CharType(0)); in PrintImpl()
727 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()
754 const Font* pFont = GetFont(); in PrintImpl()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp96 return it->GetFont(); in FindFontByName()
113 return it->GetFont(); in FindFontByKey()
Dlyt_ArcResourceAccessor.cpp293 ArcResourceAccessor::GetFont(const char *name) in GetFont() function in nw::lyt::ArcResourceAccessor
427 MultiArcResourceAccessor::GetFont(const char *name) in GetFont() function in nw::lyt::MultiArcResourceAccessor
Dlyt_TextBox.cpp136 m_pFont = resBlockSet.pResAccessor->GetFont(fontName); in TextBox()
482 TextBox::GetFont() const in GetFont() function in nw::lyt::TextBox
/NW4C-2.0.3/include/nw/lyt/
Dlyt_ArcResourceAccessor.h208 virtual font::Font* GetFont(const char* name);
552 virtual font::Font* GetFont(const char* name);
Dlyt_ResourceAccessor.h130 virtual font::Font* GetFont(const char* name) = 0;
Dlyt_FontContainer.h106 font::Font* GetFont() const in GetFont() function
Dlyt_TextBox.h354 const font::Font* GetFont() const;
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h84 const Font* GetFont() const in GetFont() function
Dfont_CharWriter.h108 const Font* GetFont() const { return m_pFont; } in GetFont() function