verbreed / prototype-assist

Script to help with administrative tasks for building prototypes for physical games. This currently includes making numerous deck images for TableTop Simulator (TTS), some board making code specific to my purposes, and making the instruction manual (currently in production)
MIT License
0 stars 0 forks source link

added functionality for dynamic word styles within paragraphs #63

Closed bcvilnrotter closed 1 year ago

bcvilnrotter commented 1 year ago

This is a continuation of #62 in which more styling options were discovered for words within paragraph objects.

This is also an issue that will helps gain some progression to #25

bcvilnrotter commented 1 year ago

It turns out that a better alternative for getting word dynamic word styles would be to use docx2python.

this will mean we will have to transition from python-docx to docx2python.

I will make an issue for this.

bcvilnrotter commented 1 year ago

as described in the conversation with chatGPT, transitioning to docx2python may allow us to get the actual font filename for the font being used per word.

https://chat.openai.com/chat/adb7125a-0297-4a60-9afe-0e6571310c53

bcvilnrotter commented 1 year ago

This may not be a worthy endeavor.

Dynamic fonts are something that may be expanded on in the future, but currently there are two issues with this idea:

bcvilnrotter commented 1 year ago

commit https://github.com/bcvilnrotter/prototype-assist/commit/ded48f5ee644799d7629f9df77ba2699df3ba580 is the best that we can get for the time being. Here, the user will need to identify the filenames of the fonts to use by making a dictionary in the command line for bold, italic, bolditalic, and regular.

As more functionality comes in, or is discovered, we will create better methods.