(path)
| 1778 | |
| 1779 | @lru_cache(64) |
| 1780 | def _cached_realpath(path): |
| 1781 | # Resolving the path avoids embedding the font twice in pdf/ps output if a |
| 1782 | # single font is selected using two different relative paths. |
| 1783 | return os.path.realpath(path) |
| 1784 | |
| 1785 | |
| 1786 | @_api.delete_parameter('3.11', 'hinting_factor') |
no outgoing calls
no test coverage detected
searching dependent graphs…