Re: get QFont from _font

2020-08-13 Thread Jürgen Spitzmüller
Am Donnerstag, den 13.08.2020, 17:50 +0200 schrieb Daniel: > Jürgen, you have put some lifeblood in the Text Properties dialog. > Would a preview of the selected text properties be something you > think would be worth having in the dialog? Yes. Jürgen signature.asc Description: This is a digita

Re: get QFont from _font

2020-08-13 Thread Richard Kimberly Heck
On 8/13/20 11:50 AM, Daniel wrote: > On 2020-08-13 16:53, Richard Kimberly Heck wrote: >> On 8/13/20 4:48 AM, Daniel wrote: >>> On 2020-08-13 01:27, Richard Kimberly Heck wrote: On 8/12/20 5:04 PM, Daniel wrote: > On 2020-08-12 22:39, Stephan Witt wrote: >> Am 12.08.2020 um 22:06 schri

Re: get QFont from _font

2020-08-13 Thread Daniel
On 2020-08-13 16:53, Richard Kimberly Heck wrote: On 8/13/20 4:48 AM, Daniel wrote: On 2020-08-13 01:27, Richard Kimberly Heck wrote: On 8/12/20 5:04 PM, Daniel wrote: On 2020-08-12 22:39, Stephan Witt wrote: Am 12.08.2020 um 22:06 schrieb Daniel : On 2020-08-12 17:04, Richard Kimberly Heck

Re: get QFont from _font

2020-08-13 Thread Richard Kimberly Heck
On 8/13/20 4:48 AM, Daniel wrote: > On 2020-08-13 01:27, Richard Kimberly Heck wrote: >> On 8/12/20 5:04 PM, Daniel wrote: >>> On 2020-08-12 22:39, Stephan Witt wrote: Am 12.08.2020 um 22:06 schrieb Daniel : > > On 2020-08-12 17:04, Richard Kimberly Heck wrote: >> On 8/12/20 7:43 A

Re: get QFont from _font

2020-08-13 Thread Daniel
On 2020-08-13 01:27, Richard Kimberly Heck wrote: On 8/12/20 5:04 PM, Daniel wrote: On 2020-08-12 22:39, Stephan Witt wrote: Am 12.08.2020 um 22:06 schrieb Daniel : On 2020-08-12 17:04, Richard Kimberly Heck wrote: On 8/12/20 7:43 AM, Daniel wrote: Does anyone know how to get the QFont from

Re: get QFont from _font

2020-08-12 Thread Richard Kimberly Heck
On 8/12/20 5:04 PM, Daniel wrote: > On 2020-08-12 22:39, Stephan Witt wrote: >> Am 12.08.2020 um 22:06 schrieb Daniel : >>> >>> On 2020-08-12 17:04, Richard Kimberly Heck wrote: On 8/12/20 7:43 AM, Daniel wrote: > Does anyone know how to get the QFont from a "Font const & font"? > I tr

Re: get QFont from _font

2020-08-12 Thread Daniel
On 2020-08-12 22:39, Stephan Witt wrote: Am 12.08.2020 um 22:06 schrieb Daniel : On 2020-08-12 17:04, Richard Kimberly Heck wrote: On 8/12/20 7:43 AM, Daniel wrote: Does anyone know how to get the QFont from a "Font const & font"? I tried fi = font.fontInfo(); with 1. getFont(fi) and also

Re: get QFont from _font

2020-08-12 Thread Stephan Witt
Am 12.08.2020 um 22:06 schrieb Daniel : > > On 2020-08-12 17:04, Richard Kimberly Heck wrote: >> On 8/12/20 7:43 AM, Daniel wrote: >>> Does anyone know how to get the QFont from a "Font const & font"? I tried >>> >>> fi = font.fontInfo(); >>> >>> with >>> >>> 1. getFont(fi) >>> >>> and also >>

Re: get QFont from _font

2020-08-12 Thread Daniel
On 2020-08-12 17:04, Richard Kimberly Heck wrote: On 8/12/20 7:43 AM, Daniel wrote: Does anyone know how to get the QFont from a "Font const & font"? I tried fi = font.fontInfo(); with 1. getFont(fi) and also 2. getFont(fi.realize(sane_font)) But always get a SIGSEGV within LyX. What exa

Re: get QFont from _font

2020-08-12 Thread Richard Kimberly Heck
On 8/12/20 7:43 AM, Daniel wrote: > Does anyone know how to get the QFont from a "Font const & font"? I tried > > fi = font.fontInfo(); > > with > > 1. getFont(fi) > > and also > > 2. getFont(fi.realize(sane_font)) > > But always get a SIGSEGV within LyX. What exactly is the error with the latter?

get QFont from _font

2020-08-12 Thread Daniel
Does anyone know how to get the QFont from a "Font const & font"? I tried fi = font.fontInfo(); with 1. getFont(fi) and also 2. getFont(fi.realize(sane_font)) But always get a SIGSEGV within LyX. -- Daniel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listin