Source code for fontTools.ttLib.tables._g_c_i_d

from fontTools.misc.py23 import *
from .otBase import BaseTTXConverter


# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6gcid.html
[docs]class table__g_c_i_d(BaseTTXConverter): pass