euporie.core.ft.table.LineStyle
- class euporie.core.ft.table.LineStyle(name: str, rank: tuple[int, int], parent: euporie.core.border.LineStyle | None = None, visible: bool = True)
Define a line style which can be used to draw grids.
GridStyle`s can be created from a :class:`LineStyle
by accessing an attribute with the name of a default mask fromMasks
.