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

Method text_font

src/laybasic/laybasic/layLayoutViewBase.cc:5516–5523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5514}
5515
5516void
5517LayoutViewBase::text_font (unsigned int f)
5518{
5519 if (m_text_font != f) {
5520 m_text_font = f;
5521 redraw ();
5522 }
5523}
5524
5525void
5526LayoutViewBase::default_text_size (double fs)

Callers 5

drawMethod · 0.45
setupMethod · 0.45
renderMethod · 0.45
TextInfoMethod · 0.45

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected