Home
last modified time | relevance | path

Searched refs:FONT_FIXED_WIDTH (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h462 static const f32 FONT_FIXED_WIDTH; variable
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp29 const f32 GraphicsDrawing::FONT_FIXED_WIDTH = 10.5f; member in nw::demo::GraphicsDrawing
809 m_TextWriter.SetFixedWidth( FONT_FIXED_WIDTH ); in InitializeFontFromBinary()