@@ -228,11 +228,6 @@ class Line(Box):
|
||||
self._previous = previous
|
||||
self._next = None
|
||||
|
||||
@property
|
||||
def renderable_words(self) -> List[Text]:
|
||||
"""Get the list of Text objects in this line (for compatibility)"""
|
||||
return self._text_objects
|
||||
|
||||
@property
|
||||
def text_objects(self) -> List[Text]:
|
||||
"""Get the list of Text objects in this line"""
|
||||
|
||||
Reference in New Issue
Block a user