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

Function font_resolution

src/laybasic/laybasic/layRenderer.h:411–414  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

409 * units. This value applies to rendering the "Default" font.
410 */
411 double font_resolution () const
412 {
413 return m_font_resolution;
414 }
415
416protected:
417 bool m_draw_texts;

Callers 4

create_drawing_planeMethod · 0.70
prepare_drawingMethod · 0.70
screenshotMethod · 0.70
create_rendererMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected