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)
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>

No differences found