* @brief Get the resolution value * * The resolution value is used to convert dimensions on the output device into canvas * units. A resolution of 1 means that one canvas unit roughly corresponds to 0.01" (0.25mm). * A resolution value of 2 means that one canvas unit roughly corresponds to 0.02". */
| 398 | * A resolution value of 2 means that one canvas unit roughly corresponds to 0.02". |
| 399 | */ |
| 400 | double resolution () const |
| 401 | { |
| 402 | return m_resolution; |
| 403 | } |
| 404 | |
| 405 | /** |
| 406 | * @brief Get the font resolution value |
no outgoing calls
no test coverage detected