* @brief Get the font resolution value * * The resolution value is used to convert dimensions on the output device into canvas * units. This value applies to rendering the "Default" font. */
| 409 | * units. This value applies to rendering the "Default" font. |
| 410 | */ |
| 411 | double font_resolution () const |
| 412 | { |
| 413 | return m_font_resolution; |
| 414 | } |
| 415 | |
| 416 | protected: |
| 417 | bool m_draw_texts; |
no outgoing calls
no test coverage detected