blob: bbb32d23d9d636361117e068fb7846d319f1b52c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
"""
pass
|