MCPcopy 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
4752void
4753LayoutViewBase::cell_box_text_font (unsigned int f)
4754{
4755 if (f != m_box_font) {
4756 m_box_font = f;
4757 redraw ();
4758 }
4759}
4760
4761bool
4762LayoutViewBase::set_hier_levels_basic (std::pair<int, int> l)

Callers 3

setupMethod · 0.80
renderMethod · 0.80
drawMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected