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

Method render_texts

src/laybasic/laybasic/layBitmapRenderer.cc:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void
197BitmapRenderer::render_texts (lay::CanvasPlane &plane)
198{
199 lay::Bitmap *bitmap = static_cast<lay::Bitmap *> (&plane);
200 for (std::vector<lay::RenderText>::const_iterator t = m_texts.begin (); t != m_texts.end (); ++t) {
201 bitmap->render_text (*t);
202 }
203}
204
205void
206BitmapRenderer::render_vertices (lay::CanvasPlane &plane, int mode)

Callers

nothing calls this directly

Calls 3

render_textMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected