10 ms·
Strange, the background image of the site's header shows a very nice cockpit font indeed, but the actual B612 font is quite different - for instance zeros have
by futureduck 3y ago
Strange, the background image of the site's header shows a very nice cockpit font indeed, but the actual B612 font is quite different - for instance zeros have no line through them. Though the oxygen indicator seems to use this font.
- rmu09 3y agoIt does include the slashed zero, just not at the zero glyph place.
- atoav 3y agoI think the goal of the designers wasn't to recreate the font in the plane, but to create their own inspired high legibility font.
- deleted 3y ago[deleted]
- atoav 3y ago(for those downvoting I think this, because this is what I remember to have read years ago when this font came out)
- livrem 3y agoThe image shows a 0 without a line as well. Maybe the other one is a Ø? Or maybe there are conventions to use slashed zeroes in some places an non-slashed in other places?
- reacweb 3y agoYes. 0 (not slashed) is ambiguous only in fields that accept also letters.
- racingmars 3y agoYeah, that always bugged me! The zero-with-a-slash only seems to be used in that flight plan section of the screen; all of the other zeroes are without the slash. And the "5" and "4" next to the zero-with-a-slash in the waypoint 5240N is clearly the B612 glyphs. So it makes me think that in the Airbus software, in contexts where there might be ambiguity between 0 and O or where there are mixed letters and numbers, they use the zero-with-a-slash, but everywhere else (numeric-only readouts, etc.) they use the non-slash zero. And I wonder if there's a 0-with-a-slash in the downloadable version of the font, enabled with an OpenType stylistic set number or feature or something, or if that zero-with-a-slash is just something custom the Airbus folks do internally.
- Gare 3y agoChecked the Github repository, there are indeed separate "zero" and "slashedzero" glyphs.
- zauguin 3y agoWhile there is a glyph like that there's no nice way to access it. There is no font feature to enable slashedzero by default and slashedzero is not mapped to U+0030 U+FE00 (Unicode's standard variant for an explicit slashed zero). Instead it's only accessible using the private use codepoint U+E007 and then typically doesn't get copied as a regular zero. But more generally the font has an empty GSUB table which would be used for such substitutions. I'm wondering if the cockpit display maybe misses support for that and that's why they tried not to use it for anything.
- rbanffy 3y agoStill a worthy bug to be submitted.
- throw0101b 3y ago* https://github.com/polarsys/b612/issues/20 https://github.com/polarsys/b612/issues/20
- warrenm 3y agodoes it have to do with "knowing" whether the data being displayed is numeric vs alphanumeric? When alphanumeric, put the slash, when only numeric leave it out?
- ho_schi 3y agoI also miss a distinguished 0 (with a line through). With B612 the O and 0 (with a line through) could be mixed up.
- ricardobeat 3y agoIt’s very unfortunate that these glyphs are not available via OT features or font-variant in CSS. I assume the cockpit software uses glyphs directly instead of using OpenType. There are two open tickets about it, the second is almost four years old, maybe someone here who is familiar with the tooling could contribute? https://github.com/polarsys/b612/issues/24 https://github.com/polarsys/b612/issues/24 https://github.com/polarsys/b612/issues/20#issuecomment-544847156 https://github.com/polarsys/b612/issues/20#issuecomment-5448...
- starkparker 3y agoEven the font's designers were unable to contribute due to a lack of merge rights, since they weren't elected by the Eclipse foundation. https://github.com/polarsys/b612/issues/10#issuecomment-471908740 https://github.com/polarsys/b612/issues/10#issuecomment-4719... The only user who's demonstrated merge rights on the repo is the repo's Eclipse Foundation project lead, Laurent Spaggiari: https://projects.eclipse.org/content/laurent-spaggiari-project-lead-eclipse-b612-polarsys-font https://projects.eclipse.org/content/laurent-spaggiari-proje... Who's the only listed contributor on the repo: https://github.com/polarsys/b612/blob/master/CONTRIBUTORS.txt https://github.com/polarsys/b612/blob/master/CONTRIBUTORS.tx... And who's been publicly inactive on GitHub since the repo's last merge in March 2019: https://github.com/LaurentSpaggiari?tab=overview&from=2019-01-01&to=2019-12-31 https://github.com/LaurentSpaggiari?tab=overview&from=2019-0... I don't think any amount of tooling knowledge could facilitate a contribution at this point. It's a dead project. The best anyone could do is apply the steps in issue #24 to a fork and start promoting it.
- delfinom 3y agoGood to see the Eclipse Foundation killed something, again, due to shear incompetence.
- distantsounds 3y agoIt's really unfortunate that this glaring issue stops wide adoption. The slash through the zero should have been the default, very silly for the official release to omit that.