Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Jul 21, 2023
1 parent f615be0 commit bb84b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lib/ufo2ft/instructionCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ def _set_composite_flags(self, glyph: Glyph, ttglyph: TTGlyph) -> None:
ufo_component_id = glyph.components[i].identifier
if ufo_component_id is None:
# No information about component flags is stored in the UFO.
# We don’t modify the flags. Two flags have already been set elsewhere:
# - ROUND_XY_TO_GRID is set in TTGlyphPointPen.glyph() called from
# OutlineTTFCompiler.compileGlyphs()
# - USE_MY_METRICS is set in OutlineTTFCompiler.setupTable_glyf()
# We don’t modify the flags. Two flags are being set elsewhere:
# - ROUND_XY_TO_GRID has already been set in TTGlyphPointPen.glyph()
# called from OutlineTTFCompiler.compileGlyphs()
# - USE_MY_METRICS is set automatically below if no component has it
continue

if (
Expand Down

0 comments on commit bb84b44

Please sign in to comment.