Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
52a9428
Update version functions
Free-Pascal-meets-SDL-Website Oct 16, 2022
9ccf231
Update unicode and init function
Free-Pascal-meets-SDL-Website Oct 16, 2022
726bb9b
Update open font functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
ebb23e6
Update font size functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
3429c42
Update font style functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
05bcd92
Update hinting flag comment
Free-Pascal-meets-SDL-Website Oct 17, 2022
a825ca8
Update font hinting functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
168ef55
Add flags for wrapped text
Free-Pascal-meets-SDL-Website Oct 17, 2022
2c1947a
Add wrapped align functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
44567f9
Update "font modifyer" functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
97ea053
Update font face functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
7e11e72
Update glyph functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
fec6cf5
Update size and measure functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
4d4592f
Update render solid functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
d5353f9
Update render shaded functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
c567546
Update render blended functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
c2b762b
Add render LCD functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
57c352e
Move (deprecated) direction functions to the bottom of file for later…
Free-Pascal-meets-SDL-Website Oct 17, 2022
d4a2d69
Update close, quit, wasinit functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
d038445
Update deprecated GetFontKerningSize func.
Free-Pascal-meets-SDL-Website Oct 17, 2022
2f036c1
Update kerning size functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
924b0dd
Update SDF functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
3bfaaef
Update error functions
Free-Pascal-meets-SDL-Website Oct 17, 2022
b66e6a1
Add TTF_Direction type
Free-Pascal-meets-SDL-Website Oct 18, 2022
42389ce
Update SetDirection/SetScript functions
Free-Pascal-meets-SDL-Website Oct 18, 2022
74571bf
Add deprecated modifier for SetDirection/SetScript functions
Free-Pascal-meets-SDL-Website Oct 18, 2022
71a4abf
Add SetFontDirection/Script functions
Free-Pascal-meets-SDL-Website Oct 18, 2022
e7c9094
Update ttf version to 2.21.0
Free-Pascal-meets-SDL-Website Oct 18, 2022
4811fd5
Update file header comment
Free-Pascal-meets-SDL-Website Oct 18, 2022
0bd33c6
Fix lower-case p for proc. keyword
Free-Pascal-meets-SDL-Website Oct 18, 2022
fe1534b
Fix missing space in ttf version proc. + wrong impl. return value for…
Free-Pascal-meets-SDL-Website Oct 18, 2022
f8a1e66
Add TTF_VERSION (backward comp.)
Free-Pascal-meets-SDL-Website Oct 18, 2022
75cba51
Add SDL_TTF_VERSION_ATLEAST macro
Free-Pascal-meets-SDL-Website Oct 18, 2022
259cc72
Added out-commented macro + explanatory comment
Free-Pascal-meets-SDL-Website Oct 18, 2022
e53d094
Fix: Replace file (keyword) by file_ in several function decl.
Free-Pascal-meets-SDL-Website Oct 18, 2022
dbe5fe4
Add SDL2_ttf.pas update to WIP version goals/achievments
Free-Pascal-meets-SDL-Website Oct 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The version tag (see [tags](https://github.com/PascalGameDevelopment/SDL2-for-Pa

- be up-to-date with _at least_ version 2.0.14 of the `SDL2 library`
- replaced all aliases by typed enums
- (done) update SDL_ttf.pas to latest version 2.21.0
- (done) replace data types by c data types (see PR [#29](https://github.com/PascalGameDevelopment/SDL2-for-Pascal/pull/29))
- (done) add folders to project
- (done) shift all units into unit folder (see PR [#27](https://github.com/PascalGameDevelopment/SDL2-for-Pascal/pull/27))
Expand Down
Loading