Learn to say popular font rendering and text shaping engine names correctly.
0 / 5 completed
1 / 5
How is FreeType (open-source font rendering engine used across Linux and many devices) correctly pronounced?
FreeType is pronounced 'FREE-typ' — 'free' plus 'type', both plain English words. In a technical interview: "FreeType rasterized the glyph outlines consistently across every Linux distro we tested."
2 / 5
How is HarfBuzz (text shaping engine used to lay out complex scripts correctly) correctly pronounced?
HarfBuzz is pronounced 'HARF-buz' — stress on HARF, the second syllable rhyming with 'fuzz'. In a technical interview: "HarfBuzz shaped the Arabic text with the correct letter joins, which a naive renderer would have gotten wrong."
3 / 5
How is DirectWrite (Microsoft's text layout and font rendering API on Windows) correctly pronounced?
DirectWrite is pronounced 'dih-REKT-ryt' — 'direct' plus 'write', both plain English words. In a technical interview: "DirectWrite handled subpixel positioning far more precisely than the older GDI text renderer did."
4 / 5
How is ClearType (Microsoft's subpixel font-smoothing technology) correctly pronounced?
ClearType is pronounced 'KLEER-typ' — 'clear' plus 'type', both plain English words. In a technical interview: "ClearType smoothed the small body text noticeably, once we turned subpixel rendering back on."
5 / 5
How is Skia (open-source 2D graphics and text rendering engine used in Chrome and Android) correctly pronounced?
Skia is pronounced 'SKEE-uh' — stress on SKEE, two syllables. In a technical interview: "Skia rendered the canvas element consistently, since it's the same engine that powers text and graphics in Chrome."