Open WarmurCle opened 1 year ago
likely has to do with the spacing of whatever font that is.
This bug is caused by the implementation of citadel books: Texts and pictures are defined in different files, and position of pictures are hard-coded (page number, x and y coordinates), they don't automatically adjusted by font size of texts. Patchouli books don't have this bug, their texts and pictures are defined in the same json file.
By the way, this bug also make localizations of texts must have same number of lines with original text, so sometimes we need to fill with empty lines.
Please Fix Them!!!