lcgeneralprojects

Results 13 comments of lcgeneralprojects

Hello. I want to start contributing to the project. Is the issue still open? If so, what needs to be done?

Apologies that it's taking me so long. I could not dedicate as much time as I intended on this project, but I seem to have finally internalised what the relevant...

> First, not that a first implementation of this tag indentation has been be added recently, in this PR: https://github.com/py-pdf/fpdf2/pull/1124 I actually did forget that that should be accounted for....

Current thoughts: 1. I am going to have paragraphs keep information about indentation. In order to save time, I would like to ask how indentation, margins, and the x coordinate...

EDIT2: apologies, this is me being dumb. I did not notice that the relevant files have multiple pages. I see the issues now. I seem to have implemented the feature,...

I think I have a good idea of what the problem in my code is and will be solving it later tonight. I will likely need to design a way...

> I think supporting different "indentation elements" within a single paragraph makes things unnecessarily complicated An 'indentation element' in this context would be something like this string `f"{indent_string}{bullet} "` in...

I am implementing the indentation feature, with the input from the last reply taken into account. However, I want to ask for some advice: 1. Should I instantiate a bullet...

I will try to make a pull request tomorrow or a day after that. I will need to restructure some code, so that a bullet would be a separate attribute...

Apologies for the delay. Had issues with both health and my primary IDE. I have fixed the issue for `` elements. The code can be seen at the 'issue_1073' branch...