fix style font-face problem
svn: r14491
This commit is contained in:
parent
ccf5809b45
commit
04a8e21cf2
|
@ -663,12 +663,10 @@
|
||||||
(cons (send font get-family)
|
(cons (send font get-family)
|
||||||
(send font get-face)))
|
(send font get-face)))
|
||||||
(let ([fam (style-delta-family nonjoin-delta)])
|
(let ([fam (style-delta-family nonjoin-delta)])
|
||||||
(if (eq? fam 'base)
|
(cons (if (eq? fam 'base)
|
||||||
(cons (send (send base get-s-font) get-family)
|
(send (send base get-s-font) get-family)
|
||||||
#f)
|
fam)
|
||||||
(if (style-delta-face nonjoin-delta)
|
(style-delta-face nonjoin-delta))))]
|
||||||
(cons fam (style-delta-face nonjoin-delta))
|
|
||||||
(cons fam #f)))))]
|
|
||||||
[style (match-field style 'normal)]
|
[style (match-field style 'normal)]
|
||||||
[weight (match-field weight 'normal)]
|
[weight (match-field weight 'normal)]
|
||||||
[smoothing (match-field smoothing 'default)]
|
[smoothing (match-field smoothing 'default)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user