Source code for fontTools.ttLib.tables._p_r_o_p

from .otBase import BaseTTXConverter


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