windows.uniscribe: Fix bootstrap.
parent
8b4998aa4d
commit
8d3dec2034
|
@ -71,8 +71,8 @@ PRIVATE>
|
||||||
! Draw white text on black background. The resulting grayscale
|
! Draw white text on black background. The resulting grayscale
|
||||||
! image will be used as transparency mask for the actual color.
|
! image will be used as transparency mask for the actual color.
|
||||||
drop
|
drop
|
||||||
[ COLOR: black color>RGB SetBkColor drop ]
|
[ color: black color>RGB SetBkColor drop ]
|
||||||
[ COLOR: white color>RGB SetTextColor drop ] bi
|
[ color: white color>RGB SetTextColor drop ] bi
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
: selection-start/end ( script-string -- iMinSel iMaxSel )
|
: selection-start/end ( script-string -- iMinSel iMaxSel )
|
||||||
|
@ -86,7 +86,7 @@ PRIVATE>
|
||||||
]
|
]
|
||||||
[ [ { 0 0 } ] dip <RECT> ]
|
[ [ { 0 0 } ] dip <RECT> ]
|
||||||
[
|
[
|
||||||
[let :> str str selection-start/end
|
let[ :> str str selection-start/end
|
||||||
[
|
[
|
||||||
str string>> dup selection? [ string>> ] when
|
str string>> dup selection? [ string>> ] when
|
||||||
swap >utf16-index
|
swap >utf16-index
|
||||||
|
|
Loading…
Reference in New Issue