-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Awful font rendering in 1.1 #10398
Comments
I tink It has to do with brackets-shell. Google has changed font rendering in chrome some time ago. Brackets-shell uses Chrome embedded framework, so that's the problem I think. |
You need to run Brackets.exe with flag --disable-direct-write (you may add it in field target in properties of shortcut Brackets) |
The flag Thanks. |
Please reopen this issue. The flagging solution is quick hack fix at best, because it doesn't work well in other situation such as:
I'm rolling back to Brackets 1.0 because of this. I hope that it will be possible to add directwrite option to the config. |
@prksingh Reopen the issue, please. |
@prksingh My issue is older than his, it doesn't make sense to close an original issue if someone else made a duplicate issue? I'm not complaining, it just doesn't make sense... but if you think it's right thing to do, then that's fine, I have nothing against it. |
I saw that your issue was older but the 10698 had more discussion and information on it. |
@prksingh The issue you chose to keep open is long closed by @ralder. I'm truly offended on how you handled this. The issue remains unsolved. To keep in topic: The solution to this issue is to add directwrite option to the config, instead of using flag parameters because it's not well supported with other programs. |
Sorry for any offence. The other issue is still open (though unresolved), I have added a 'needs review' tag so the team can look at it and add a priority to the issue |
@dmxt While we figure out how to solve this issue, did you try passing the parameter
Can you try this and let me know if this works fine? |
@nethip
I would list more problems, but I immediately downgraded to Brackets 1.0 so I'm not on Brackets >1.1 long enough to find other problems. As mentioned above, I suggested making direct-write configurable through the config file and we can declare the entire issue solved, unless you have the better idea which is openly welcomed. Thanks. |
@dmxt The problem in making Brackets configurable for this workflow is the fact that, this needs to be handled at the In 1.3, we have added command line support to Brackets, meaning Brackets can be open from command line by optionally passing file names as arguments. In order to do this, we have created a command script present inside
You could tweak this to pass Also about the "Open With Brackets" option(which is now added in 1.3), could you tweak this registry entry.
Note: Be sure to handle this carefully as this involves tweaking the registry. You mentioned about other issues with 1.2/1.3. Could you describe what sorts of problems you are running into using 1.2/1.3?. |
Operating System: Windows 8 Pro x64
Font Rendering Engine: MacType
Brackets 1.0 with MacType font rendering looks beautiful. When I updated to Brackets 1.1, the new version managed to block MacType custom font rendering resulting in a horrible font rendering. Perhaps Brackets 1.1 decides to force GPU to render fonts (awful!) or forces @font-face for some reason?
See images for example:
Brackets 1.0
Brackets 1.1
It's this bad that I have to revert the update back to 1.0 and will stay on 1.0 forever until it's solved!
The text was updated successfully, but these errors were encountered: