cell_height_lis property

cell_height_lis property

Returns cell height of this font (lis). This is a shortcut for DrFont.ascent_lis + DrFont.descent_lis.

Definition:

@property
def cell_height_lis(self):
    ...

See Also