Home
last modified time | relevance | path

Searched refs:FOOTER_ALIGN (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/
H A Dcovers.py224 footer_block = Block(footer, width, footer_font, img, max_height, style.FOOTER_ALIGN)
345 …TITLE_ALIGN = SUBTITLE_ALIGN = FOOTER_ALIGN = Qt.AlignmentFlag.AlignHCenter | Qt.AlignmentFlag.Ali…
549 FOOTER_ALIGN = Qt.AlignmentFlag.AlignRight | Qt.AlignmentFlag.AlignTop variable in Blocks