Searched refs:fontSize (Results 1 – 7 of 7) sorted by relevance
1345 f32 fontSize = 8.0f; in DrawDisplay0() local1346 f32 textX = (nn::gx::DISPLAY0_HEIGHT - (fontSize * numOfChar)) / 2.0f; in DrawDisplay0()1348 s_RenderSystem.SetFontSize(fontSize); in DrawDisplay0()1386 f32 fontSize = 8.0f; in DrawDisplay1() local1387 f32 margin = fontSize / 2; in DrawDisplay1()1390 s_RenderSystem.SetFontSize(fontSize); in DrawDisplay1()1396 textX = nn::gx::DISPLAY1_HEIGHT - margin - (fontSize * 6); // 6 character's worth in DrawDisplay1()1402 textY = nn::gx::DISPLAY1_WIDTH - (fontSize + margin); in DrawDisplay1()1404 textY -= fontSize; in DrawDisplay1()1406 textY -= fontSize; in DrawDisplay1()[all …]
150 void SetFontSize(const f32 fontSize);
176 void TextsRenderData::SetFontSize(const f32 fontSize) in SetFontSize() argument178 m_FontSize = fontSize; in SetFontSize()
224 virtual void SetFontSize(const f32 fontSize);
247 virtual void SetFontSize(const f32 fontSize);
437 void GraphicsDrawing::SetFontSize(const f32 fontSize) in SetFontSize() argument439 m_FontSize = fontSize; in SetFontSize()
264 void RenderSystemDrawing::SetFontSize(const f32 fontSize) in SetFontSize() argument266 m_GraphicsDrawing.SetFontSize(fontSize); in SetFontSize()