Skip to content
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

Implement MacType font-rendering within Chromium #6

Open
GTANAdam opened this issue Oct 6, 2021 · 4 comments
Open

Implement MacType font-rendering within Chromium #6

GTANAdam opened this issue Oct 6, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@GTANAdam
Copy link
Owner

GTANAdam commented Oct 6, 2021

https://github.com/snowie2000/mactype

@ufuksarp
Copy link

ufuksarp commented Oct 7, 2021

What does it mean to implement MacType within Chromium? Doesn't implementing GDI back into Chromium do that automatically?

@GTANAdam
Copy link
Owner Author

GTANAdam commented Oct 7, 2021

What does it mean to implement MacType within Chromium? Doesn't implementing GDI back into Chromium do that automatically?

That doesn't automatically include it. GDI only allows MacType (externally) to function properly.
MacType utilizes other sampling techniques and mainly the FreeType font rasterization engine.
I will first be including MacType (internally) within the binary and afterwards, replacing the default font rendering engine with the mentioned above, FreeType.

@ufuksarp
Copy link

ufuksarp commented Oct 7, 2021

That doesn't automatically include it. GDI only allows MacType (externally) to function properly. MacType utilizes other sampling techniques and mainly the FreeType font rasterization engine. I will first be including MacType (internally) within the binary and afterwards, replacing the default font rendering engine with the mentioned above, FreeType.

Yeah, I should have worded it better. I guess my question really was "why implement MacType into the browser". Why not just let MacType do the work as it does now with the likes of Cent Browser?

Furthermore, if you think this is the way to go, will it be possible to customize everything the way you can with the current MacType ini files?

@GTANAdam
Copy link
Owner Author

GTANAdam commented Oct 7, 2021

Yeah, I should have worded it better. I guess my question really was "why implement MacType into the browser". Why not just let MacType do the work as it does now with the likes of Cent Browser?

Furthermore, if you think this is the way to go, will it be possible to customize everything the way you can with the current MacType ini files?

It's much easier to install a working browser with better font rendering than installing separate applications in order to achieve that, much better user experience as a result. additionally, it should perform much better in terms of performance.

Sure, that's feasible of course.

@GTANAdam GTANAdam added the enhancement New feature or request label Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants