Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Un-filtering W1113-"Degenerated contour(s)" for summaries
Browse files Browse the repository at this point in the history
This change turns

"W1113"-"Degenerated contour(s)"-"Number of glyphs with the warning = 11"

into 11 individual warning message with glyph ids.

fixes #39
  • Loading branch information
HinTak committed Nov 27, 2018
1 parent fa23790 commit 2c861ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OTFontFileVal/val_glyf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public bool Validate(Validator validator, OTFontVal fontOwner)
private string[] m_namesInfoCnt=
{
"glyf_W_CompositeReservedBit",
"GERR_CONT_DEGEN"
//"GERR_CONT_DEGEN"
};
private int[] m_cnts;

Expand Down

0 comments on commit 2c861ec

Please sign in to comment.