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

Method min_inst_label_size

src/laybasic/laybasic/layLayoutViewBase.cc:5443–5450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5441}
5442
5443void
5444LayoutViewBase::min_inst_label_size (int px)
5445{
5446 if (m_min_size_for_label != px) {
5447 m_min_size_for_label = px;
5448 redraw ();
5449 }
5450}
5451
5452void
5453LayoutViewBase::empty_cell_dimension (double um)

Callers 3

setupMethod · 0.80
renderMethod · 0.80
drawMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected