Meet us at Drupa 24. Dusseldorf/Germany. May. 28 - Jun 7.
Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
benadams  
#1 Posted : Monday, January 27, 2020 12:44:12 PM(UTC)
benadams

Rank: Advanced Member

Groups: Member
Joined: 3/20/2018(UTC)
Posts: 61

Thanks: 4 times
Hi Everybody,
I need your help.

I want to set minimum font size for my document to avoid unreadable text for my users.

For example, on a business card, I want no text under 5pt.

Thanks for your help.

Sergey_f  
#2 Posted : Monday, January 27, 2020 9:30:16 PM(UTC)
Sergey_f

Rank: Member

Groups:
Joined: 12/7/2018(UTC)
Posts: 25

Was thanked: 1 time(s) in 1 post(s)
Hello Ben,

You can set Min and Max font size in your clientConfig.json file for all products, or for a specific product in the configuration which you pass to the loadEditor function:
Code:

"widgets": {
        "common": {
            "fontSize": {
                "max": 100,
                "min": 4
            }
        }
}


Here is the article.

Regards,
Sergey
thanks 1 user thanked Sergey_f for this useful post.
benadams on 1/28/2020(UTC)
benadams  
#3 Posted : Tuesday, January 28, 2020 11:59:47 AM(UTC)
benadams

Rank: Advanced Member

Groups: Member
Joined: 3/20/2018(UTC)
Posts: 61

Thanks: 4 times
Dancing Dancing Dancing Dancing Dancing
Originally Posted by: Sergey_f Go to Quoted Post
Hello Ben,

You can set Min and Max font size in your clientConfig.json file for all products, or for a specific product in the configuration which you pass to the loadEditor function:
Code:

"widgets": {
        "common": {
            "fontSize": {
                "max": 100,
                "min": 4
            }
        }
}


Here is the article.

Regards,
Sergey


Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.