<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/examples/text, branch fix-mouse-released</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>ADDED: DrawTextCodepoint()</title>
<updated>2019-12-01T12:28:14+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-12-01T12:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=3ffe34f9bb6452c021dfff0c2b04411542920c22'/>
<id>3ffe34f9bb6452c021dfff0c2b04411542920c22</id>
<content type='text'>
 - Renamed GetGlyphIndex() parameter
 - Review DrawTextEx() implementation
 - Review DrawTextRecEx() implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Renamed GetGlyphIndex() parameter
 - Review DrawTextEx() implementation
 - Review DrawTextRecEx() implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>Review key input queue PR #1012</title>
<updated>2019-11-24T12:39:45+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-11-24T12:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=1d3f230c92f2f8d611fb4372bcc7ea1a454ca4ba'/>
<id>1d3f230c92f2f8d611fb4372bcc7ea1a454ca4ba</id>
<content type='text'>
Keeping original API
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keeping original API
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected issue with function renamed</title>
<updated>2019-10-28T19:39:39+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-10-28T19:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=6bf746d5319b94566be9827299f431cca7cca6f4'/>
<id>6bf746d5319b94566be9827299f431cca7cca6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RENAMED: text_sprite_font &gt; text_font_spritefont</title>
<updated>2019-09-12T14:30:39+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-09-12T14:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=d9d9c6111b7dd7de65f178ca6375fe80a719ac86'/>
<id>d9d9c6111b7dd7de65f178ca6375fe80a719ac86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RENAMED: text_ttf_loading &gt; text_font_filters</title>
<updated>2019-09-12T14:29:26+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-09-12T14:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=8d6f179062a009d41d60ca5ab4ddd9af961efeec'/>
<id>8d6f179062a009d41d60ca5ab4ddd9af961efeec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RENAMED: text_bmfont_ttf &gt; text_font_loading</title>
<updated>2019-09-12T14:28:58+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-09-12T14:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=7e08b312d5b8762fdd17d5d254cb592e97dbd332'/>
<id>7e08b312d5b8762fdd17d5d254cb592e97dbd332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BREAKING CHANGE: Read description</title>
<updated>2019-07-24T13:05:14+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-07-24T13:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=b4d67499a73af36453b7588cbd0427112a1154b2'/>
<id>b4d67499a73af36453b7588cbd0427112a1154b2</id>
<content type='text'>
Changes:

 - Font structure has been redesigned, CharInfo structure contained character rectangle within font texture, it has not much sense, considering that it was an information relative to the font atlas generated and not the character itself, so character rectangles have been moved out from CharInfo to Font.
 - CharInfo included a data parameters to contain character pixel data (usually grayscale), generated on TTF font generation. It was inconsistent with other fonts types, so, now CharInfo includes directly an Image of the glyph.
 - REDESIGNED: GenImageFontAtlas(), additional recs parameter added, loaded and filled inside the function to export atlas characters rectangles, instead of silently modify the input CharInfo data.
 - REVIEWED: ImageTextEx(), funtion retrieved the font atlas image from the GPU, that was slow and problematic in several platforms. Now it uses directly the CharInfo image. Support for unicode codepoints has also been added.
 - REDESIGNED: ImageDraw(), now it includes an additional parameter, the color tint, not only it could be useful for several situations but also function signature is more consistent with similar functions.
 - ADDED: ImageFromImage() to generate a new image from a piece of another image.
 - REVIEWED: GetNextCodepoint(), renamed parameters to be more clear.

Also all examples and games that were affected by those changes have been reviewed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:

 - Font structure has been redesigned, CharInfo structure contained character rectangle within font texture, it has not much sense, considering that it was an information relative to the font atlas generated and not the character itself, so character rectangles have been moved out from CharInfo to Font.
 - CharInfo included a data parameters to contain character pixel data (usually grayscale), generated on TTF font generation. It was inconsistent with other fonts types, so, now CharInfo includes directly an Image of the glyph.
 - REDESIGNED: GenImageFontAtlas(), additional recs parameter added, loaded and filled inside the function to export atlas characters rectangles, instead of silently modify the input CharInfo data.
 - REVIEWED: ImageTextEx(), funtion retrieved the font atlas image from the GPU, that was slow and problematic in several platforms. Now it uses directly the CharInfo image. Support for unicode codepoints has also been added.
 - REDESIGNED: ImageDraw(), now it includes an additional parameter, the color tint, not only it could be useful for several situations but also function signature is more consistent with similar functions.
 - ADDED: ImageFromImage() to generate a new image from a piece of another image.
 - REVIEWED: GetNextCodepoint(), renamed parameters to be more clear.

Also all examples and games that were affected by those changes have been reviewed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Review font</title>
<updated>2019-06-05T11:35:22+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-06-05T11:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=bdbc05c0dc255d36c74415b6802a58178e821943'/>
<id>bdbc05c0dc255d36c74415b6802a58178e821943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Example instructions tweak for clarity</title>
<updated>2019-05-31T14:42:16+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-05-31T14:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=434e460c18e7e47e154aff42196a3456aacd9e1c'/>
<id>434e460c18e7e47e154aff42196a3456aacd9e1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review variables initialization</title>
<updated>2019-05-26T22:18:15+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-05-26T22:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=87774a0a21f8d2998b4dc13e989005270476ae92'/>
<id>87774a0a21f8d2998b4dc13e989005270476ae92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
