| 1138 | } |
| 1139 | |
| 1140 | DeepLayer 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 | |
| 1149 | const db::CellMapping & |
| 1150 | DeepShapeStore::internal_cell_mapping (unsigned int into_layout_index, unsigned int from_layout_index) |