Skip to content

Draft: [type1] Fix the comment for T1_Face_Init().

Although T1_Face_Init() is a private function not explained in the API reference, the source code comment seems misleading. Its 1st argument, stream, is not used (enclosed by FT_UNUSED()). The stream in the 2nd argument, t1face (t1face->root.stream), seems to be used. This patch fixes the comment to describe the implementation. Should I propose a patch to use the 1st argument?

Merge request reports