I tried to render Japanese text using Arial, but the application crashed [here](https://github.com/chaoticbob/Cinder-SDF/blob/master/src/cinder/gl/SdfText.cpp#L923) and [here](https://github.com/chaoticbob/Cinder-SDF/blob/master/src/cinder/gl/SdfText.cpp#L976). It could not find the glyph index, so `iter` becomes `end`. To me, it looks like missing glyphs are not automatically added to the texture yet.
I tried to render Japanese text using Arial, but the application crashed here and here.
It could not find the glyph index, so
iterbecomesend. To me, it looks like missing glyphs are not automatically added to the texture yet.