fonts and unicode

Stephane Ducasse ducasse at iam.unibe.ch
Sat May 31 10:05:16 UTC 2003


>
>   It is a bug, and it is fixed.  Modify
> GrafPort>>installStrikeFont:... with the following.
>
>
Hi Yoshiki

Thanks will this bug fix be incorporated in the next release of your 
package?

Stef

> -- Yoshiki
>
> ------------------------
> installStrikeFont: aStrikeFont foregroundColor: foregroundColor 
> backgroundColor: backgroundColor
> 	super installStrikeFont: aStrikeFont foregroundColor: foregroundColor 
> backgroundColor: backgroundColor.
> 	alpha _ foregroundColor privateAlpha.
> 	alpha = 255 ifFalse:[
> 		combinationRule = Form paint
> 			ifTrue:[combinationRule _ 31]
> 			ifFalse:[combinationRule _ 30].
> 	].
>
> ------------------------
>



More information about the Squeak-dev mailing list