Home
last modified time | relevance | path

Searched refs:SetFontSize (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h287 void SetFontSize(
295 void SetFontSize(f32 height);
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp500SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()
504 SetFontSize(Size(0.f, 0.f)); in SetFont()
528 pWriter->SetFontSize(m_FontSize.width, m_FontSize.height); in SetFontInfo()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_TextBox.h391 void SetFontSize(const Size& fontSize) in SetFontSize() function
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp169 CharWriter::SetFontSize( in SetFontSize() function in nw::font::CharWriter
184 CharWriter::SetFontSize(f32 height) in SetFontSize() function in nw::font::CharWriter
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp412 writer.SetFontSize( FONT_SIZE_HIGHT ); in Draw()