MCPcopy Create free account
hub / github.com/KLayout/klayout / resolution

Function resolution

src/laybasic/laybasic/layRenderer.h:400–403  ·  view source on GitHub ↗

* @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". */

Source from the content-addressed store, hash-verified

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

Callers 6

create_drawing_planeMethod · 0.70
prepare_drawingMethod · 0.70
paint_eventMethod · 0.70
transfer_to_imageMethod · 0.70
screenshotMethod · 0.70
create_rendererMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected