From: mderezynski Date: Mon, 22 May 2006 03:12:53 +0000 (+0000) Subject: * Add setting text_align to QUERY_FONTSTYLE X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=07d56f5ecedcc794d28f25191ca372739107f266;p=inkscape.git * Add setting text_align to QUERY_FONTSTYLE * Add controls for 'justify' text and bold and italic to text toolbar * Make sure the warning image for a non-installed font does not show up erronously --- diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 062607fbf..fa900600d 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -930,6 +930,7 @@ objects_query_fontstyle (GSList *objects, SPStyle *style_res) style_res->font_style.value = style_res->font_style.computed = style->font_style.computed; style_res->font_stretch.value = style_res->font_stretch.computed = style->font_stretch.computed; style_res->font_variant.value = style_res->font_variant.computed = style->font_variant.computed; + style_res->text_align.value = style_res->text_align.computed = style->text_align.computed; } if (texts == 0 || !set)