ra’s avatarra’s Twitter Archive—№ 35,454

  1. …in reply to @omershapira
    @omershapira point was three.js font implementation makes hardcoded assumptions tailored to the latin alphabet. LTR is one of them, another is github.com/mrdoob/three.js/blob/dev/src/extras/core/Font.js#L43. you *need* everything harfbuzz does in order to correctly render text in all languages. if there's a quick fix i dont see it.