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

Method apply_text_trans

src/laybasic/laybasic/layLayoutViewBase.cc:5573–5580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5571}
5572
5573void
5574LayoutViewBase::apply_text_trans (bool f)
5575{
5576 if (m_apply_text_trans != f) {
5577 m_apply_text_trans = f;
5578 redraw ();
5579 }
5580}
5581
5582void
5583LayoutViewBase::apply_text_trans_mode (unsigned int m)

Callers 1

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected