Added new example: text drawing on image
This commit is contained in:
parent
743cc6add6
commit
f460b3842e
4 changed files with 84 additions and 1 deletions
|
@ -292,6 +292,7 @@ EXAMPLES = \
|
|||
textures/textures_image_processing \
|
||||
textures/textures_image_drawing \
|
||||
textures/textures_image_generation \
|
||||
textures/textures_image_text \
|
||||
text/text_sprite_fonts \
|
||||
text/text_bmfont_ttf \
|
||||
text/text_raylib_fonts \
|
||||
|
@ -368,4 +369,3 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
|
|||
del *.o *.html *.js
|
||||
endif
|
||||
@echo Cleaning done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue