practical-tools-for-simple-design
practical-tools-for-simple-design copied to clipboard
Add missing texture when font is not found
Expection
When the text with missing font, it should display missing texture for font.
By @NOOBDY, @Dragonfly911117 and @ntut-rick, we determine to have this missing texture for font.
It should display when text have absent font.
Implementation
Since we have not only one missing-texture, it should be renamed to classified the texture.
- [x] Rename
MissingTexture
related class intoMissingImageTexture
. - [x] Implement missing texture for the text have absent font.