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

Allow max font size to vary (or be set) #804

Open
dcaud opened this issue Aug 29, 2022 · 1 comment
Open

Allow max font size to vary (or be set) #804

dcaud opened this issue Aug 29, 2022 · 1 comment
Labels
Enhancement Enhance performance or improve usability of original features. Good First Issue 🙋‍♀️ 🙋‍♂️ Need Discussion Need discussion or investigation

Comments

@dcaud
Copy link

dcaud commented Aug 29, 2022

On images that are somewhat large, the max font size of the draw addText is too small. How can we make the text larger given that the slider in the UI defaults to 100.

I can make the text larger by dragging on the selection corners, but as soon as I drag the slider it defaults back to a max of 100.

I can set a larger font size outside of the UI using something like:

imageEditor.addText('', {
     styles: {
         fontSize: 444,
     },
    position: {
         x: 10,
         y: 10
     }
 });

But as soon as the slider is moved in the UI, I can't move it above 100.

Thanks!

@dcaud dcaud added Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation labels Aug 29, 2022
@lja1018
Copy link
Contributor

lja1018 commented Sep 14, 2022

@dcaud
That's a good suggestion. I'm going to add the tag Good first issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance performance or improve usability of original features. Good First Issue 🙋‍♀️ 🙋‍♂️ Need Discussion Need discussion or investigation
Projects
None yet
Development

No branches or pull requests

2 participants