|
|
|
@ -1,4 +1,14 @@ |
|
|
|
|
#!/usr/bin/env python |
|
|
|
|
# |
|
|
|
|
# Copyright (C) 2020 by |
|
|
|
|
# David Turner, Robert Wilhelm, and Werner Lemberg. |
|
|
|
|
# |
|
|
|
|
# This file is part of the FreeType project, and may only be used, modified, |
|
|
|
|
# and distributed under the terms of the FreeType project license, |
|
|
|
|
# LICENSE.TXT. By continuing to use, modify, or distribute this file you |
|
|
|
|
# indicate that you have read the license and understand and accept it |
|
|
|
|
# fully. |
|
|
|
|
|
|
|
|
|
"""Extract the FreeType version numbers from `<freetype/freetype.h>`. |
|
|
|
|
|
|
|
|
|
This script parses the header to extract the version number defined there. |
|
|
|
|