TypeBubbleX is an application developed to optimize the typesetting process in Manga, Manhwa, Manhua, and Comics, offering a lightweight and efficient experience.
There were several changes made, including improved management of the outline and adapting the outline_renderer to support paths and curves. Additionally, the organization of the code has been enhanced, making it easier to add or remove blur effects.
Furthermore, I removed the global variable that was previously used with text_style to apply outlines only to the start and end points chosen by the user. Instead, I decided to make the outline responsible for this functionality, to avoid over-separating its tasks.
There were several changes made, including improved management of the outline and adapting the
outline_renderer
to support paths and curves. Additionally, the organization of the code has been enhanced, making it easier to add or remove blur effects.Furthermore, I removed the global variable that was previously used with
text_style
to apply outlines only to the start and end points chosen by the user. Instead, I decided to make the outline responsible for this functionality, to avoid over-separating its tasks.