Modern Text Rendering with Linux
mrandri19.github.io
Modern Text Rendering with Linux
1–10 of 20 posts
Re: Modern Text Rendering with Linux
#2Re: Modern Text Rendering with Linux
#3Re: Modern Text Rendering with Linux
#4Do projects like Pathfinder fit into this stack anywhere? At a guess you could replace Freetype with it, but I guess it does more?
Re: Modern Text Rendering with Linux
#5Do projects like Pathfinder fit into this stack anywhere? At a guess you could replace Freetype with it, but I guess it does more?
You can check out this issue for more info: https://github.com/servo/pathfinder/issues/143
Re: Modern Text Rendering with Linux
#6Re: Modern Text Rendering with Linux
#7Great detailed pictures. I'm curious where general hinting belongs.
Behdad Esfahboh, the author of HarfBuzz, has a great paper on the different choices and tradeoffs here: https://docs.google.com/document/d/1wpzgGMqXgit6FBVaO76epnnF...
Re: Modern Text Rendering with Linux
#8Great detailed pictures. I'm curious where general hinting belongs.
"Hinting" is a combination of techniques. Subpixel placement hinting is done by the shaper, which would be HarfBuzz in this case. Metrics hinting (adjusting the glyph width) is done by a combination of the shaper and the renderer, which would be HarfBuzz and FreeType. Outline hinting (fitting outline to the grid by distoring shapes without) is done by FreeType. Behdad Esfahboh, the author of HarfBuzz, has a great pap…
Re: Modern Text Rendering with Linux
#9Earlier quoted context omitted.
"Hinting" is a combination of techniques. Subpixel placement hinting is done by the shaper, which would be HarfBuzz in this case. Metrics hinting (adjusting the glyph width) is done by a combination of the shaper and the renderer, which would be HarfBuzz and FreeType. Outline hinting (fitting outline to the grid by distoring shapes without) is done by FreeType. Behdad Esfahboh, the author of HarfBuzz, has a great pap…
Now that very high dpi screens are so popular and inexpensive, is subpixel rendering worth doing anymore?
Re: Modern Text Rendering with Linux
#10Earlier quoted context omitted.
"Hinting" is a combination of techniques. Subpixel placement hinting is done by the shaper, which would be HarfBuzz in this case. Metrics hinting (adjusting the glyph width) is done by a combination of the shaper and the renderer, which would be HarfBuzz and FreeType. Outline hinting (fitting outline to the grid by distoring shapes without) is done by FreeType. Behdad Esfahboh, the author of HarfBuzz, has a great pap…
Now that very high dpi screens are so popular and inexpensive, is subpixel rendering worth doing anymore?