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

How to center text? #31

Open
nilaybrahmbhatt opened this issue Feb 13, 2023 · 4 comments
Open

How to center text? #31

nilaybrahmbhatt opened this issue Feb 13, 2023 · 4 comments

Comments

@nilaybrahmbhatt
Copy link

How can i center text or paragraph in width?

@vzeazy
Copy link

vzeazy commented Apr 24, 2023

Bump

@hurely
Copy link

hurely commented Apr 25, 2023

const text1 = new FFText({
 text: videoTitle,
font: fontPath,
        // x: (width - textBoxWidth) / 2,
        x: `(w-text_w)/2`, // center text 居中显示
        y: config.titleY,
        fontSize: config.titleFontSize
 });

@vzeazy
Copy link

vzeazy commented Apr 25, 2023

@hurely Thanks, will give this a go. Didn't see the textBoxWidth anywhere in the repo. You know if textBoxHeight would also be applicable for the Y co-ordinate?

@hurely
Copy link

hurely commented Apr 25, 2023

@hurely Thanks, will give this a go. Didn't see the textBoxWidth anywhere in the repo. You know if textBoxHeight would also be applicable for the Y co-ordinate?

textBoxWidth is not useful,you can just use x:' (w-text_w)/2'

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

No branches or pull requests

3 participants