Skip to content

Commit

Permalink
fix a typo 'restrype'
Browse files Browse the repository at this point in the history
  • Loading branch information
NCBM authored and HinTak committed May 9, 2024
1 parent 0e6303a commit d06cd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freetype/raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def FT_Library_SetLcdFilter (*args, **kwargs):
FT_Get_Color_Glyph_Layer.restype = FT_Bool
FT_Get_Color_Glyph_Layer.argtypes = [FT_Face, FT_UInt, POINTER(FT_UInt), POINTER(FT_UInt), POINTER(FT_LayerIterator)]
FT_Get_Color_Glyph_Paint = _lib.FT_Get_Color_Glyph_Paint # 2.13
FT_Get_Color_Glyph_Paint.restrype = FT_Bool
FT_Get_Color_Glyph_Paint.restype = FT_Bool
FT_Get_Color_Glyph_Paint.argtypes = [FT_Face, FT_UInt,
FT_UInt, # FT_Color_Root_Transform enums
POINTER(FT_OpaquePaint)]
Expand Down

0 comments on commit d06cd73

Please sign in to comment.