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

/inkscape/src/ui/tools/
H A Dmeasure-tool.h61 void setMeasureCanvasText(bool is_angle, double precision, double amount, double fontsize, Glib::ustring unit_name, Geom::Point position, guint32 background, CanvasTextAnchorPositionEnum text_anchor, bool to_item, bool to_phantom, Inkscape::XML::Node *measure_repr);
64 void setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background , Inkscape::XML::Node *measure_repr = NULL, CanvasTextAnchorPositionEnum text_anchor = TEXT_ANCHOR_CENTER );
H A Dmeasure-tool.cpp913 void MeasureTool::setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background, Inkscape::XML::Node *measure_repr, CanvasTextAnchorPositionEnum text_anchor) argument
1007 if(bbox && text_anchor == TEXT_ANCHOR_CENTER) {
1038 void MeasureTool::setMeasureCanvasText(bool is_angle, double precision, double amount, double fontsize, Glib::ustring unit_name, Geom::Point position, guint32 background, CanvasTextAnchorPositionEnum text_anchor, bool to_item, bool to_phantom, Inkscape::XML::Node *measure_repr) argument
1058 canvas_tooltip->anchor_position = text_anchor;
/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp172 return text_anchor_to_alignment(style->text_anchor.computed, para_direction);
193 if (this_style->text_anchor.set)
194 return text_anchor_to_alignment(this_style->text_anchor.computed, para_direction);
/inkscape/src/
H A Dstyle.h158 SPIEnum text_anchor; member in class:SPStyle
H A Dstyle.cpp143 text_anchor( "text-anchor", enum_text_anchor, SP_CSS_TEXT_ANCHOR_START ),
327 _properties.push_back( &text_anchor );
422 // _propmap.insert( std::make_pair( text_anchor.name, reinterpret_cast<SPIBasePtr>(&SPStyle::text_anchor ) ) );
791 text_anchor.readIfUnset( val );
1692 if (style->text_anchor.set) {
H A Ddesktop-style.cpp1158 style_res->text_anchor.computed = style->text_anchor.computed;
/inkscape/src/widgets/
H A Dtext-toolbar.cpp1258 if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_START) activeButton = 0;
1259 if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_MIDDLE) activeButton = 1;
1260 if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_END) activeButton = 2;
1391 std::cout << " GUI: text_anchor.computed: " << query.text_anchor.computed << std::endl;
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp377 if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_START) {
383 } else if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_MIDDLE) {
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp273 switch (style->text_anchor.computed) {

Completed in 55 milliseconds