| 120 | } |
| 121 | |
| 122 | inline Timer::TimeDuration UpdateText(const gui::Text& text, const std::u32string& displayed_text, const gui::UnitRect& text_block_rect) |
| 123 | { |
| 124 | Methane::ScopeTimer scope_timer("Text update"); |
| 125 | text.SetTextInScreenRect(displayed_text, text_block_rect); |
| 126 | return scope_timer.GetElapsedDuration(); |
| 127 | } |
| 128 | |
| 129 | TypographyApp::TypographyApp() |
| 130 | : UserInterfaceApp( |
no test coverage detected