Skip to content

Commit

Permalink
removed deprecated comments #39
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarisland committed Feb 14, 2024
1 parent 201b787 commit b6f535c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GradientHatch.glyphsFilter/Contents/Resources/hatchmetrics.py
Expand Up @@ -10,9 +10,7 @@ def __init__(self):

@objc.python_method
def setGlyphHeightFromLayer(self, layer):
# GSMetricsTypeAscender = 1
self.ascender = layer.ascender
# GSMetricsTypeDescender = 7
self.descender = layer.descender

@objc.python_method
Expand Down

0 comments on commit b6f535c

Please sign in to comment.