Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Need class for getting consistent font sizes across platforms #15

Open
nikreiman opened this issue Dec 28, 2013 · 0 comments
Open

Need class for getting consistent font sizes across platforms #15

nikreiman opened this issue Dec 28, 2013 · 0 comments

Comments

@nikreiman
Copy link
Member

Annoyingly enough, calling Juce::Label::setFont() with a given size in points results in radically different sizes on Windows and Mac (with Windows being much larger, usually). Linux fonts are probably also yet a different size.

Need to measure the difference between sizes and provide a class that gives the correct size for a given platform based on the requested size. Only a few point sizes are probably necessary to determine (ie, everything from 8-18).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant