Skip to content

Commit

Permalink
fix wrong field in FT_Data
Browse files Browse the repository at this point in the history
  • Loading branch information
NCBM authored and HinTak committed May 10, 2024
1 parent d06cd73 commit 2d5b6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freetype/ft_structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class FT_Data(Structure):
length: The length of the data in bytes.
'''
_fields_ = [('pointer', POINTER(FT_Byte)),
('y', FT_Int)]
('length', FT_UInt)]



Expand Down

0 comments on commit 2d5b6d0

Please sign in to comment.