Fix bug when we use bitmap font. 68/275968/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Jun 2022 13:42:50 +0000 (22:42 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Jun 2022 13:55:27 +0000 (22:55 +0900)
commite35ca21bd433d168db25fb82306c62f39b69954c
tree3257e35a87675ceeda26060c1673f49e054bb417
parent3b814735ce65594bfe644190ed83c381edb66c88
Fix bug when we use bitmap font.

We can use custom bitmap font without using glyph.
In this case, glyphBuffer can be RGBA.

Current logic assume that glyphBuffer only L8 if isColor is false.
This patch it that case works well

Change-Id: Ia68bfb4a292cb4bc34f4041b55f2a9d661e58df7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/text/rendering/text-typesetter.cpp