Searched refs:para_text (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1043 Glib::ustring para_text; local
1070 attribute_font_description->start_index = para_text.bytes();
1075 attribute_font_features->start_index = para_text.bytes();
1077 para_text.append(&*text_source->text_begin.base(), text_source->text_length); // build the combined text
1078 attribute_font_description->end_index = para_text.bytes();
1082 attribute_font_features->end_index = para_text.bytes();
1091 TRACE(("whole para: \"%s\"\n", para_text.data()));
1101 pango_items_glist = pango_itemize_with_base_dir(_pango_context, pango_direction, para_text.data(), 0, para_text.bytes(), attributes_list, NULL);
1106 pango_items_glist = pango_itemize(_pango_context, para_text
[all...]

Completed in 17 milliseconds