Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
390 B
Python
Raw Normal View History

2017-08-16 02:38:00 +02:00
from .otBase import BaseTTXConverter
class table__l_c_a_r(BaseTTXConverter):
"""Ligature Caret table
The AAT ``lcar`` table stores division points within ligatures, which applications
can use to position carets properly between the logical parts of the ligature.
See also https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6lcar.html
"""
2017-08-16 02:38:00 +02:00
pass