Werner LEMBERG wrote:
> Therefore, in case of subfonts, you *need* ToUnicode cmaps.  I agree
> that the generation of *.cmap files for cmap.sty should be easy (by
> reusing the various perl scripts for subfont creation).  As I've said,
> I'm a happy user of dvipdfmx and too lazy to produce those files for
> pdftex -- volunteers welcome!
> 
> 
>     Werner
> 

Sorry, I have very limited knowledge about perl script. If I want to
generate cmap files for cmap.sty using the latest Unicode.sfd, is it
should start from c700000.cmap, c700001.cmap,..., to c7010ff.cmap? And
it's content(take an example of c7010ff.cmap) will be look like:

%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
%%BeginResource: CMap (TeX-c70-10-ff-0)
%%Title: (TeX-c70-10-ff-0 TeX c70-10-ff0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
begincmap
12 dict begin
/CIDSystemInfo
<< /Registry (TeX)
/Ordering (c70-10-ff)
/Supplement 0
>> def
/CMapName /TeX-c70-10-ff-0 def
/CMapType 2 def
1 begincodespacerange
<00> <FF>
endcodespacerange
100 beginbfchar
<00> <10FF00>
...
<FE> <10FFFE>
<FF> <10FFFF>
endbfchar
endcmap
CMapName currentdict /CMap defineresource pop
end
end
%%EndResource
%%EOF

_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to