text-freetype2: Fix crash after reaching buffer size
The texbuf has a fixed size that won't expand. When a lot of multi-byte
characters has arrived, it overflow and src_glyph becomes NULL.
(cherry picked from commit 4fb2bc38de4170d85b6327bd9e62f9f658007e86)