-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
[Feature Request] text/title.fontSize #107
Comments
Definitely would be a good feature to have |
I managed to make a custom title using I think having more options on titles would be great, currently a lot of parameters are calculated relative to the video frame dimensions, so it would be quite easily to override those with some params. |
+1 |
I'm a little stunned this has been open for over 2 years now - there's no reason we should have hardcoded values that can't be changed for title pages, and it looks like a 30 minute fix. |
I also want to change the fontSize of the type==title, but this feature hasn't been fixed in two years. Eventually, I solved it by modifying the fontSize variable on line 256 of the sources/fabric/fabricFrameSources.js file. |
This seems like a very useful request. Apparently the pull request above failed because there was a extra space at the end of a comment. |
You would be correct that the PR failed strictly for formatting reasons, and could be safely merged. You're welcome to clone my repo and use it yourself. That's what I did, so I no longer have any real interest in getting the PR merged |
currently there is no way to set a font size for text, so that sux
I created a wrapper around this project https://github.com/therealadityashankar/codeVideo, and since I wanted that feature I'd to use a canvas to achieve it, it'd be really cool if this feature could be added
Editly is super amazing btw, thank you so much for creating it
The text was updated successfully, but these errors were encountered: