aboutsummaryrefslogtreecommitdiff
path: root/drivers/freetype
Commit message (Collapse)AuthorAgeFilesLines
* 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