Ajout du GUI
This commit is contained in:
13
kivy/core/text/text_layout.pxd
Normal file
13
kivy/core/text/text_layout.pxd
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
cdef class LayoutWord:
|
||||
cdef public object text
|
||||
cdef public int lw, lh
|
||||
cdef public dict options
|
||||
|
||||
|
||||
cdef class LayoutLine:
|
||||
cdef public int x, y, w, h
|
||||
cdef public int line_wrap # whether this line wraps from last line
|
||||
cdef public int is_last_line # in a paragraph
|
||||
cdef public list words
|
||||
Reference in New Issue
Block a user