Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Could not set size lesser than certain value #223

@pincher2012

Description

@pincher2012

return Math.round(Math.max(fontSize, newHeight));

This code use image dimensions and App.defaults.scale which is not configurable for fontSize computing.

size: textSize(scene.width, scene.height, fontSize, App.defaults.scale),

Hence font size could not be lesser then some computed value. It would be great to set any font size.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions