Skip to content

Commit

Permalink
name-parser: Add IntelOne replacement to SIL table
Browse files Browse the repository at this point in the history
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Jul 26, 2023
1 parent bac7332 commit d3181df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/scripts/name_parser/FontnameTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def postscript_char_filter(name):
( '(h)asklig', r'\1asklug' ),
( 'iA([- ]?)writer', r'iM\1Writing' ),
( 'IBM[- ]?plex', r'Blex' ), # We do not keep the case here
( '(i)ntel( ?)(o)ne', r'\1ntone' ),
( '(l)iberation', r'\1iteration' ),
( '(m)( ?)plus', r'\1+'), # Added this, because they use a plus symbol :->
( '(s)hare', r'\1hure' ),
Expand Down

0 comments on commit d3181df

Please sign in to comment.