Skip to content

Commit

Permalink
Apply Guichan's changes from d63ab261c53a2bfca85657148087bebe65c5c11b…
Browse files Browse the repository at this point in the history
… (May 4th 2008)

Fixed two spelling errors and some whitespace corrections (tab removal). Also
added some casts where my compiler was warning.
  • Loading branch information
Jarod42 committed Aug 22, 2024
1 parent 4bd3f77 commit dbb3a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Continue rebasing from d63ab261c53a2bfca85657148087bebe65c5c11b
* Continue rebasing from a154429864dc2a948d29f21cdcdf688177bb54a8
* Add a focus listener interface.
* Make focus apply synchronously.
* Graphics and input objects for DirectX.
Expand Down
4 changes: 2 additions & 2 deletions include/guisan/imagefont.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace gcn

/**
* A font using an image containing the font data. ImageFont can be used
* with any image supported by the current used ImageLoader.
* with any image supported by the currently used ImageLoader.
*
* These are two examples of an image containing a font.
* \image html imagefontexample.bmp
Expand All @@ -86,7 +86,7 @@ namespace gcn
* @code gcn::ImageFont imageFont("fixedfont_big.bmp"," abcdefghijklmno\
pqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); @endcode
*
* Note worthy is that the first glyph actually gives the width of space.
* Noteworthy is that the first glyph actually gives the width of space.
* Glyphs can, as seen in the second image example above, be seperated with
* horizontal lines making it possible to draw glyphs on more then one
* line in the image. However, these horizontal lines must have a height of
Expand Down

0 comments on commit dbb3a5b

Please sign in to comment.