Fixed trailing whitespace
- Removed trailing whitespace from bindings and examples.
This commit is contained in:
parent
75ad5632c6
commit
6ab272042f
75 changed files with 1671 additions and 1697 deletions
|
|
@ -49,7 +49,7 @@ public partial class text_bmfont_unordered
|
|||
ClearBackground(RAYWHITE);
|
||||
|
||||
DrawText("Font name: PixAntiqua", 40, 50, 20, GRAY);
|
||||
//TODO: Uncomment this code when FormatText is fixed.
|
||||
//TODO: Uncomment this code when FormatText is fixed.
|
||||
// DrawText(FormatText("Font base size: %i", font.baseSize), 40, 80, 20, GRAY);
|
||||
// DrawText(FormatText("Font chars number: %i", font.charsCount), 40, 110, 20, GRAY);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue