feat: add option for text stroke width#84
Conversation
- Added an option `stroke_width` in CorpusCfg allow add stroke width to text.
- Removed print from draw_utils.py file.
|
I’m looking for a simple add a stroke to the text. However, it seems this PR might conflict with the existing TextBorder. |
|
Sorry for the late response. Thank you for the contribution — adding stroke support will be useful for generating richer, more legible text renders. The purpose of such an implementation is to provide a visual transformation, which aligns more with the concept of an effect. |
stroke_widthin CorpusCfg to allow adding stroke width to text.