blob: 947495ae0004f7b8a8911feb4e23b273c4f45c14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
In pdftex there is are some more heuristics going on when determining the
tounicode mapping:
- more lookups using periods
- a prefix tfm:cmr10/foo -> bar mapping
Because in luatex one can have a callback that just loads the tfm and then
decorates it with tounicodes we don't do this in luatex.
HH
|