2017-08-16 02:38:00 +02:00
|
|
|
from .otBase import BaseTTXConverter
|
|
|
|
|
|
|
|
|
|
|
|
class table__l_c_a_r(BaseTTXConverter):
|
2024-12-04 15:58:46 +00:00
|
|
|
"""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
|