| 489 | } |
| 490 | |
| 491 | void TypographyApp::SetForwardTypingDirection(bool is_forward_typing_direction) |
| 492 | { |
| 493 | if (m_settings.is_forward_typing_direction == is_forward_typing_direction) |
| 494 | return; |
| 495 | |
| 496 | m_settings.is_forward_typing_direction = is_forward_typing_direction; |
| 497 | UpdateParametersText(); |
| 498 | } |
| 499 | |
| 500 | void TypographyApp::SetTextUpdateInterval(double text_update_interval_sec) |
| 501 | { |
no outgoing calls
no test coverage detected