REXM: RENAME: example: text_raylib_fonts -> text_sprite_fonts

This commit is contained in:
Ray
2025-09-03 18:33:33 +02:00
parent 2cb387b50a
commit cadd28e5a0
8 changed files with 574 additions and 574 deletions

View File

@ -596,7 +596,7 @@ TEXT = \
text/text_font_spritefont \
text/text_format_text \
text/text_input_box \
text/text_raylib_fonts \
text/text_sprite_fonts \
text/text_rectangle_bounds \
text/text_unicode_emojis \
text/text_unicode_ranges \
@ -998,7 +998,7 @@ text/text_format_text: text/text_format_text.c
text/text_input_box: text/text_input_box.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
text/text_raylib_fonts: text/text_raylib_fonts.c
text/text_sprite_fonts: text/text_sprite_fonts.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file text/resources/sprite_fonts/alagard.png@resources/sprite_fonts/alagard.png \
--preload-file text/resources/sprite_fonts/pixelplay.png@resources/sprite_fonts/pixelplay.png \