This fixes Qt font conversion functions so that the family() of a QFont is always included in the families provided to the Pyface Font. It also handles the case where the stretch is not specified; since there is no analogue of this, it is set to the default value of 100.
This fixes Qt font conversion functions so that the
family()
of aQFont
is always included in the families provided to the PyfaceFont
. It also handles the case where the stretch is not specified; since there is no analogue of this, it is set to the default value of 100.Fixes #1062.