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

Issue with some Fonts #216

Open
ag-drivequant opened this issue Apr 11, 2022 · 0 comments
Open

Issue with some Fonts #216

ag-drivequant opened this issue Apr 11, 2022 · 0 comments

Comments

@ag-drivequant
Copy link

When we use some fonts like "Roboto", the placeholder uses "Times new roman" font instead.

The problem is related to this code snippet

    private func placeholderFontFromFont(_ font: UIFont) -> UIFont! {
        let smallerFont = UIFont(name: font.fontName, size: font.pointSize * placeholderFontScale)
        return smallerFont
    }

For "Roboto" Font, UIFont(name: font.fontName, size: font.pointSize) does not return the right expected Font.

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

1 participant