-
Notifications
You must be signed in to change notification settings - Fork 230
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
Font scaling problems with source sans pro #123
Comments
See also #109 – to circumvent traditional figure size you can use the |
Thanks for the suggestion Frank - we'll look into this now |
Oops, I just realize Source Sans doesn’t provide cap-height figures (unlike the other members of the Source family). Since this has been requested more than once, we should look into adding this feature. |
In fact, the upright versions of the fonts do include cap-height numerals accessible via the feature in the latest release: |
I made my remark based on the code in the |
Thanks everyone - Paul and Frank - for the assists on this. We have downloaded this distribution and with this feature switched to on it seems to fix the height issue; just one minor point remaining in that the font weighting now seems lighter. We would be grateful please if there are any further thoughts; or this could please be escalated for full address and testing in the main code trunk. Cheers |
I’m sorry to say that Source Sans Pro currently does not support the feature I am describing. The cap-height figures have been designed, but they are not hooked up in the OpenType feature code. The rasterization problem above is a completely different story – is the font on the right side still Source Sans Pro? Are you using the same font format? |
Hi Frank - we'd like to know if you have a plan to fix this. The font on the right is the same so something must be working here but we can't have these bugs with the font's weighting. We need a robust solution for this so can you please advise when a fix will be in the codebase? Otherwise we may need to fork and get a fix put in there ourselves on a proprietary basis. This is not ideal for us as we would have to break continuity with your main trunk; and potentially re-align at some point in the future and we were not looking to do that with a typeface with a history as prominent as this one: http://www.adobe.com/uk/products/type/font-information/source-sans-pro-readme.html |
This will definitely be fixed, but there is no timeline. |
Hi Frank - we need a fix for this; is there an escalation point within the project or with Adobe where we could discuss this? I can see a couple of options - perhaps we commission a fontographer to make the fix on a fork, then offer that back to the project. OR leverage a fix by contributing to the project towards a resolution cost on this issue. Can you please advise me how I might progress with either tack? Cheers |
This is an open source project. There is no escalation, this is as high as it gets. |
Thanks Frank - we are only trying to help resolve this position. We are working with a multi-national financial company who has made a decision to go for this typeface only to have them experience these issues with numerical display making it not fit for purpose for them. We are trying to accelerate a fix and are prepared to ask if we can help the project to fix it directly, or if we can fork the code we can perhaps merge it back if we can find a good fontographer, though we are not as expert as you in this. Any assistance or recommendations from you or @pauldhunt would be much appreciated as we are at an impasse at present and the typeface though suited for digital interface display is not giving us reliable performance with numbers. |
@nigelbalchin how soon would you need fonts for this purpose? |
Hi @pauldhunt - really we need them now so we are looking to accelerate ourselves. |
@nigelbalchin The scaled numbers already exist, all that’s missing is the internal hookup via OpenType features. See #126 |
@nigelbalchin please contact me directly at: phunt (at) adobe (dot) com |
Checked in Roman version 2.034 and Italic version 1.084. These figures are present in the fonts and work correctly in InDesign CC 2018, although I would point out the height difference is quite subtle. |
Fixed in version 2.040. |
Source Sans Pro seems to suffer from a bug in that the font renders numbers and characters with different heights when both are set to the same font size. The issue affects web pages as well as desktop applications and is more noticeable at given font sizes. The issue occurs at different font sizes depending on the browser; some examples:
Chrome 8, 10, 13, 14, 17, 19, 24, 26, 28, 29, 30, 31…
Firefox 10, 13, 16, 18, 21, 24, 27, 30, 32, 33…
Using the zoom, both on WEB and desktop apps, has the effect of scaling the font, thus either fixing or introducing the problem, depending on the zoom scale factor.
Note: The zoom doesn’t seem to introduce the problem when starting from a scale-safe font size
Internet Explorer
This font is not designed to work with IE, as stated by the google font portal when trying to load the Source Sans Pro page in IE
We thought to baseline on this font, yet are now needing to review our systems as a workaround to try to make sure that no irregular rescaling of the font-size takes place.
The text was updated successfully, but these errors were encountered: