Official mirror of https://gitlab.freedesktop.org/freetype/freetype
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
532 B
15 lines
532 B
5 years ago
|
2020-06-29 Priyesh Kumar <priyeshkkumar@gmail.com>
|
||
|
|
||
|
* Added submodule - dlg library (https://github.com/nyorain/dlg)
|
||
|
in src/dlg.
|
||
|
This library is used as a logger for FreeType.
|
||
|
|
||
|
* include/freetype/config/ftoption.h: Added macro `FT_LOGGING`
|
||
|
to enable/disable logging in FreeType using dlg.
|
||
|
|
||
|
* [builds] unix-cc-in: Added -std=c99, since dlg does not support
|
||
|
C standards below c99.
|
||
|
|
||
|
* include/freetype/internal/ftdebug.h: Created an environment for dlg
|
||
|
support in FreeType.
|
||
|
|