Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • fine much better. can u please tell what is the main relationship between fontconfig and Freetype? I mean if i do fc-list or any stuff like that, is it dependent of Freetype? In which scenarios Fontconfig calls FreeType? Commented Oct 18, 2017 at 12:12
  • Just to make sure what i learned is correct. FreeType is a library that is mainly responsible for digging deep in a font file and taking out the low level information like face, Cmap, glyph details etc. ? And font config is a high level API which usually do the management and location of fonts in Linux operating system? Commented Oct 19, 2017 at 2:00
  • that's close enough Commented Oct 19, 2017 at 8:05
  • 1
    FreeType does font glyph-by-glyph rendering, Fontconfig does font matching. Fontconfig helps you find the right font, FreeType lets you actually use it. Commented Nov 4, 2017 at 0:00