Browse Source

Fix typo in font loading documentation (#5308)

pull/5310/head
Adeeb Shihadeh 1 month ago
committed by GitHub
parent
commit
40594f3ec0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/text/text_font_loading.c

+ 1
- 1
examples/text/text_font_loading.c View File

@ -9,7 +9,7 @@
* - TTF/OTF > Sprite font atlas is generated on loading, user can configure
* some of the generation parameters (size, characters to include)
* - BMFonts > Angel code font fileformat, sprite font image must be provided
* together with the .fnt file, font generation cna not be configured
* together with the .fnt file, font generation can not be configured
* - XNA Spritefont > Sprite font image, following XNA Spritefont conventions,
* Characters in image must follow some spacing and order rules
*

Loading…
Cancel
Save