Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5516
void
5517
LayoutViewBase::text_font (unsigned int f)
5518
{
5519
if (m_text_font != f) {
5520
m_text_font = f;
5521
redraw ();
5522
}
5523
}
5524
5525
void
5526
LayoutViewBase::default_text_size (double fs)
Callers
5
layTextInfoTests.cc
File · 0.45
draw
Method · 0.45
setup
Method · 0.45
render
Method · 0.45
TextInfo
Method · 0.45
Calls
1
redraw
Function · 0.85
Tested by
no test coverage detected