-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
'isFixedPitch' flag not set for Roboto Mono #225
Comments
Thanks for reporting this! |
Note that |
Pretty sure I just ran into this bug which gives the following : ( I'm using the TTF files provided here https://fonts.google.com/specimen/Roboto+Mono @FKlama care to upload the patched ttf files? |
Setting the |
I think probably also PANOSE monospace
|
Yes, proportion should be 9, not 0: <panose>
...
<bProportion value="9"/>
...
</panose> |
This is silly. |
I noticed that running I understand this is not a fully monospace font, as I notice the glyphs have different widths. Usually it's 1229, but also 0, 1106, 1227, 1230, 1249, etc etc., up to 2458. I might misunderstand the format (it's my first contact with it), but other monospace fonts I have report either some constant width or 0. For us, the result is that we cannot align output with spaces when rendering via Pango, but rendering on Windows works fine (both the patched version and the original one). |
hello google, does anyone still work for these fonts? |
No.
|
@mailinglists35 I don't have patches. I've used |
Why is this not fixed? Cannot be that hard to upload the fixed files. |
@thundernixon lets queue this up for Q1, you can use TTX to hotfix the binaries |
Thank you! Will you change the version number? |
Sounds good! Should be a quick update.
|
What's wrong with just using the fonts at #225 (comment) which has the flag correctly set ? |
Can you also set OS/2 PANOSE Proportion to Monospaced |
The Powerline fonts have some issues with naming (probably) and they're not recognized as a single group of fonts in Ubuntu. I have three groups of fonts in the system instead of a single one. |
This prevents the font to be used on Windows.
Workaround:
Use TTX to convert ttf file and edit flag before converting back.
The text was updated successfully, but these errors were encountered: