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

Method create_text_layer

src/db/db/dbDeepShapeStore.cc:1140–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140DeepLayer DeepShapeStore::create_text_layer (const db::RecursiveShapeIterator &si, const db::ICplxTrans &trans)
1141{
1142 unsigned int layout_index = layout_for_iter (si, trans);
1143 db::Layout &layout = m_layouts[layout_index]->layout;
1144
1145 db::TextBuildingHierarchyBuilderShapeReceiver refs (&layout);
1146 return create_custom_layer (si, &refs, trans);
1147}
1148
1149const db::CellMapping &
1150DeepShapeStore::internal_cell_mapping (unsigned int into_layout_index, unsigned int from_layout_index)

Callers 1

DeepTextsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected