Use built in CMaps and unify the glyph mapping.
This commit is contained in:
parent
7be2d6db58
commit
b5b94a4af3
16 changed files with 891 additions and 1130 deletions
|
@ -220,6 +220,11 @@ class TestHandlerBase(BaseHTTPRequestHandler):
|
|||
self.sendIndex(url.path, url.query)
|
||||
return
|
||||
|
||||
pieces = path.split(os.sep);
|
||||
if pieces[len(pieces) - 2] == 'cmaps':
|
||||
self.sendFile(path, '.properties');
|
||||
return
|
||||
|
||||
if not (prefix == DOC_ROOT
|
||||
and os.path.isfile(path)
|
||||
and ext in MIMEs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue