https://bugs.documentfoundation.org/show_bug.cgi?id=118370

--- Comment #18 from Regina Henschel <[email protected]> ---
(In reply to Justin L from comment #17)
> 
> > "Text along path" is a feature for paths and curves.
> IsFontwork() is reporting false for this object, so it is still being
> consolidated. I didn't see any way to differentiate it. Perhaps IsFontwork()
> is broken.

You are right. Not really broken, but not usable in your context. IsFontwork()
is defined as 
bool SdrTextObj::IsFontwork() const
{
   return !bTextFrame // Default is FALSE
     && GetObjectItemSet().Get(XATTR_FORMTXTSTYLE).GetValue() !=
XFormTextStyle::NONE;
}
in svx/source/svdraw/svdotext.cxx. I see it similar already in OOo1.1.5. That
was correct at that time, because Fontwork was not possible on text boxes.
Fontwork was changed sometime between OOo2.2 and OOo3.2 (I have only those to
test) so that it is applicable to text boxes too. But the function was not
adapted. The function is available as property for macros and people might rely
on it in its current form. Therefore I would not change the function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to