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

Method cell_box_text_transform

src/laybasic/laybasic/layLayoutViewBase.cc:4743–4750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4741}
4742
4743void
4744LayoutViewBase::cell_box_text_transform (bool xform)
4745{
4746 if (xform != m_box_text_transform) {
4747 m_box_text_transform = xform;
4748 redraw ();
4749 }
4750}
4751
4752void
4753LayoutViewBase::cell_box_text_font (unsigned int f)

Callers 3

setupMethod · 0.80
renderMethod · 0.80
drawMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected