kb_text_shape.h - "Single-header C/C++ text segmentation and shaping in ~22kloc" https://github.com/JimmyLefevre/kb (FYI @MikkoMononen)
@MikkoMononen @PythagoRascal @aras also, i would imagine that, because HarfBuzz is so widely used & tested, it may handle some corner cases that kb does not...?
In which case, i might not want to depend on kb in the feature-complete version of a shipping product...
*However*, if i'm in a rapid-prototyping phase, or just doing some quick one-off experiments, then i might gladly sacrifice HarfBuzz's completeness in exchange for the relative ease of dropping kb's one small header into my src dir.