forked from PerlGameDev/SDL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed TTFSizeUTF8-BUG, link to bugtracker
- Loading branch information
Tobias Leich
committed
Mar 20, 2010
1 parent
4725d0b
commit ba15012
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
BUGS and Outstanding Issues | ||
|
||
|
||
Using SDL::TTFont::width function with UTF-8 encoded strings returns | ||
the width of the characters that make up the UTF-8 format and not what | ||
they represent. The function for this appears to exist in SDL.xs: | ||
|
||
AV* TTFSizeUTF8 ( font, text ) | ||
|
||
However, this function crashes immediately when called with a valid | ||
font and [utf-8 encoded] string. | ||
|
||
See http://sdlperl.ath.cx/projects/SDLPerl/report |