aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/C_O_L_R_.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/ttLib/tables/C_O_L_R_.py')
-rw-r--r--Lib/fontTools/ttLib/tables/C_O_L_R_.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/fontTools/ttLib/tables/C_O_L_R_.py b/Lib/fontTools/ttLib/tables/C_O_L_R_.py
index 4004d417..3528bf5b 100644
--- a/Lib/fontTools/ttLib/tables/C_O_L_R_.py
+++ b/Lib/fontTools/ttLib/tables/C_O_L_R_.py
@@ -9,8 +9,10 @@ from . import DefaultTable
class table_C_O_L_R_(DefaultTable.DefaultTable):
""" This table is structured so that you can treat it like a dictionary keyed by glyph name.
- ttFont['COLR'][<glyphName>] will return the color layers for any glyph
- ttFont['COLR'][<glyphName>] = <value> will set the color layers for any glyph.
+
+ ``ttFont['COLR'][<glyphName>]`` will return the color layers for any glyph.
+
+ ``ttFont['COLR'][<glyphName>] = <value>`` will set the color layers for any glyph.
"""
@staticmethod