Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacing lost between words when using \c #50

Closed
Thandden opened this issue Aug 30, 2024 · 2 comments
Closed

Spacing lost between words when using \c #50

Thandden opened this issue Aug 30, 2024 · 2 comments
Labels

Comments

@Thandden
Copy link

Thandden commented Aug 30, 2024

Screenshot from 2024-08-30 03-48-33

[Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:00:01.00,0:00:02.00,Default,,0,0,0,,Twinkle {\c&H0000FF&}twinkle{\c} little star

Spacing is lost between words when the \c parameter is used. Tested this on different .ASS parser and issue isn't there.

It should be:

Twinkle twinkle little star

Instead of:

Twinkletwinklelittle star

@weizhenye
Copy link
Owner

It will be fixed in v0.1.2. I'm doing a refactor of animation now, new release will be available when it's finished.

@Nicolab
Copy link

Nicolab commented Oct 30, 2024

Same here, with the v0.1.2

Example: Hello {\rHighlight}world{\rDefault} !
Displayed Helloworld!

With others ASS parsers it's ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants