This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
ttLib
/
tables
/
T_S_I_B_.py
5 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
[T_S_I_*] in VOLT's ascii tables, replace '\r' with '\n' when dumping XML and viceversa, convert '\n' back to '\r' when reading from XML. This restores the original newline handling of asciiTable, but only for VOLT's private tables.
2017-03-07 13:00:37 +00:00
from
.
T_S_I_V_
import
table_T_S_I_V_
Added private VOLT (?) tables: TSIB, TSID, TSIP, TSIS. Easy, since they're plain ascii tables. git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@50 4cde692c-a291-49d1-8350-778aa11640f8
2000-01-04 14:03:13 +00:00
[T_S_I_*] in VOLT's ascii tables, replace '\r' with '\n' when dumping XML and viceversa, convert '\n' back to '\r' when reading from XML. This restores the original newline handling of asciiTable, but only for VOLT's private tables.
2017-03-07 13:00:37 +00:00
class
table_T_S_I_B_
(
table_T_S_I_V_
)
:
Added private VOLT (?) tables: TSIB, TSID, TSIP, TSIS. Easy, since they're plain ascii tables. git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@50 4cde692c-a291-49d1-8350-778aa11640f8
2000-01-04 14:03:13 +00:00
pass
Reference in New Issue
Copy Permalink