bindbc-freetype ~master (2021-09-08T07:55:59Z)
Dub
Repo
FT_StreamRec
bindbc
freetype
bind
ftsystem
Undocumented in source.
struct
FT_StreamRec {
ubyte
*
base
;
c_ulong
size
;
c_ulong
pos
;
FT_StreamDesc
descriptor
;
FT_StreamDesc
pathname
;
FT_Stream_IoFunc
read
;
FT_Stream_CloseFunc
close
;
FT_Memory
memory
;
ubyte
*
cursor
;
ubyte
*
limit
;
}
Members
Variables
base
ubyte
*
base
;
Undocumented in source.
close
FT_Stream_CloseFunc
close
;
Undocumented in source.
cursor
ubyte
*
cursor
;
Undocumented in source.
descriptor
FT_StreamDesc
descriptor
;
Undocumented in source.
limit
ubyte
*
limit
;
Undocumented in source.
memory
FT_Memory
memory
;
Undocumented in source.
pathname
FT_StreamDesc
pathname
;
Undocumented in source.
pos
c_ulong
pos
;
Undocumented in source.
read
FT_Stream_IoFunc
read
;
Undocumented in source.
size
c_ulong
size
;
Undocumented in source.
Meta
Source
See Implementation
bindbc
freetype
bind
ftsystem
aliases
FT_Alloc_Func
FT_Free_Func
FT_Memory
FT_Realloc_Func
FT_Stream
FT_Stream_CloseFunc
FT_Stream_IoFunc
structs
FT_MemoryRec
FT_StreamRec
unions
FT_StreamDesc