Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ cell_box_text_font
Method
cell_box_text_font
src/laybasic/laybasic/layLayoutViewBase.cc:4752–4759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4750
}
4751
4752
void
4753
LayoutViewBase::cell_box_text_font (unsigned int f)
4754
{
4755
if (f != m_box_font) {
4756
m_box_font = f;
4757
redraw ();
4758
}
4759
}
4760
4761
bool
4762
LayoutViewBase::set_hier_levels_basic (std::pair<int, int> l)
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