Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5443
void
5444
LayoutViewBase::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
5452
void
5453
LayoutViewBase::empty_cell_dimension (double um)
Callers
3
setup
Method · 0.80
render
Method · 0.80
draw
Method · 0.80
Calls
1
redraw
Function · 0.85
Tested by
no test coverage detected