aboutsummaryrefslogtreecommitdiff
path: root/drivers/freetype (follow)
Commit message (Collapse)AuthorAgeFilesLines
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-15501-191653/+0
| | | | | Comment out the weird workaround for building on Windows at it might not be needed anymore. Testing needed to confirm.
* Patch thirdy-party libraries to build for WinRTGeorge Marques2016-09-032-0/+37
| | | | | | - Patch enet code. - Patch OpenSSL code and add shims for unavailable API. - Add extra definition header for Freetype.
* FreeType: Update to upstream version 2.6.5Rémi Verschelde2016-07-22488-16934/+28397
| | | | | The only diffs to the upstream sources are to be found in `include/ft2build.h` and `include/freetype/config/ftoption.h`.
* FreeType: Remove unnecessary subfolderRémi Verschelde2016-07-22483-46/+45
| | | | Also sort sources alphabetically for clarity.
* FreeType: Reduce diff with upstream 2.5.0 versionRémi Verschelde2016-07-224-857/+21
| | | | | | The Godot specific changes to ftoption.h are indicated with a `// -Godot-` comment for clarity. See #5859 for details.
* DPI Detection supportJuan Linietsky2016-05-291-4/+4
| | | | | Windows only for now. Many builds may break (older visual studio, mingw32)
* FreeType: Add mandatory license textRémi Verschelde2016-05-292-0/+208
| | | | Part of #4859.
* Finalized DynamicFont implementationJuan Linietsky2016-05-29484-0/+180782
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this