You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: