Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #176 - taishi132:master, r=jdm
Changed examples/render-glyph to handle multi-byte characters Before this change, a garbage glyph would be rendered if a multi-byte character was used as input on the command line. Now it will render properly if the selected font supports the corresponding glyph. Ex: `ArialMT ä` works. `ArialMT 心` doesn't work because Arial doesn't have the glyph. `SimSun 心` works.
- Loading branch information