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

--- Comment #33 from V Stuart Foote <[email protected]> ---
(In reply to Rafael Lima from comment #32)

> (In reply to Heiko Tietze from comment #29)
> > sc/source/ui/app/inputwin.cxx uses a WeldEditView that provides no font
> > tweaking, yet. But no success by changing values in makeEditEngine().
> 
> I was able to change the font size by editing the PropertySet in
> ScTextWnd::InitEditEngine.
> 
> SvxFontHeightItem pItem = pSet->Get(EE_CHAR_FONTHEIGHT);
> pItem.SetHeight(400);
> pSet->Put(pItem);
>

@Rafael,

Cool, thanks!

Might be some goodness in Dante D's work on the sm editengine for bug 130654
where we had similar issue:

https://gerrit.libreoffice.org/c/core/+/114943 for setting in ExpertConfig
https://gerrit.libreoffice.org/c/core/+/115605 for the UI part

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to