Skip to content

Commit

Permalink
Comments about FT_Data
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed May 10, 2024
1 parent 2d5b6d0 commit a3f915b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions freetype/ft_structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ class FT_Bitmap(Structure):

# -----------------------------------------------------------------------------
# Read-only binary data represented as a pointer and a length.
# - While it is used internally within FreeType, the only public
# references to this structure are in include/freetype/ftincrem.h
# where it is used as glyph data bytes returned by incremental loading APIs.
# This is a specialist usage, and the only known use-case is
# by ghostscript, in ghostscript/base/fapi_ft.c .
# Hence there are no python examples for this.
class FT_Data(Structure):
'''
Read-only binary data represented as a pointer and a length.
Expand Down

0 comments on commit a3f915b

Please sign in to comment.