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

Method apply_text_trans_mode

src/laybasic/laybasic/layLayoutViewBase.cc:5582–5589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5580}
5581
5582void
5583LayoutViewBase::apply_text_trans_mode (unsigned int m)
5584{
5585 if (m_apply_text_trans_mode != m) {
5586 m_apply_text_trans_mode = m;
5587 redraw ();
5588 }
5589}
5590
5591void
5592LayoutViewBase::offset_stipples (bool f)

Callers 5

perform_taskMethod · 0.80
setupMethod · 0.80
renderMethod · 0.80
TextInfoMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected