More Chinnese errors on 1.0PR
LAO Shihong
lao at zoo.ncl.omron.co.jp
Thu Feb 23 16:18:20 PST 1995
>>>>> On Thu, 23 Feb 95 18:47:03 -0500, Jean-Marc DeBaud <me at atlan.mindspring.com> said:
Jean-Marc> (2) I made the following changes, as advised:
Sorry I forget to tell you that you should check off
"Assume upper chars are ISO 8859-1" in the Preference panel.
Also, as KaiSu-Regular can not get the correct metric info, you
will find the cursor's position is strange when ascii is shown.
Do the following patch will solve this problem. If you still
have problem let me know.
*** KaiSu-Regular.orig Tue May 31 12:05:42 1994
--- KaiSu-Regular Fri Oct 28 18:30:42 1994
***************
*** 3770,3776 ****
end
definefont pop
/KaiSu-Regular
! 17 dict begin
/FontName /KaiSu-Regular def
/Encoding [0 1 2 3] def
/SubsVector <00 80 21 58> def
--- 3770,3793 ----
end
definefont pop
/KaiSu-Regular
! %% modified by lao at wg.omron.co.jp
! 25 dict begin
! /_ at ASCIIName /NarrowCourier def
!
! SharedFontDirectory _ at ASCIIName known not {
! _ at ASCIIName /Courier findfont dup maxlength dict begin
! {1 index /FID ne 2 index /UniqueID ne and {def}{pop pop} ifelse} forall
! /FontName _ at ASCIIName def
! /UniqueID 4990101 def
! /FontMatrix FontMatrix [5 6 div 0 0 1 0 0] matrix concatmatrix def
! % /Encoding /NJEncoding findencoding def
! /Encoding StandardEncoding def
! currentdict
! end definefont pop
! } if
! /_ at ASCII _ at ASCIIName findfont def
! %% endlao
!
/FontName /KaiSu-Regular def
/Encoding [0 1 2 3] def
/SubsVector <00 80 21 58> def
***************
*** 3782,3788 ****
/FMapType 6 def
/FDepVector
[
! /LMCourier-Bold findfont
/NotDefFont findfont
/CFT1JacksonFontSupp findfont
/NotDefFont findfont
--- 3799,3806 ----
/FMapType 6 def
/FDepVector
[
! % /Times-Roman findfont
! _ at ASCII
/NotDefFont findfont
/CFT1JacksonFontSupp findfont
/NotDefFont findfont
More information about the OmniWeb-l
mailing list