diff options
author | Auke Kok <sofar+github@foo-projects.org> | 2017-02-14 01:08:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 01:08:17 -0800 |
commit | eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (patch) | |
tree | e36fa040aee7bcaf033548b3fef0afc9ad5ba01c | |
parent | f17c9c45dc30a388675d46418d278a4a029206e2 (diff) | |
download | minetest-eb49009d023e6e3b5d59a97b8fb5fed5eee83296.tar.gz minetest-eb49009d023e6e3b5d59a97b8fb5fed5eee83296.tar.bz2 minetest-eb49009d023e6e3b5d59a97b8fb5fed5eee83296.zip |
FreeType: address font license issues (#5230)
It appears we were shipping font files without license text, and I
had my doubts about the bitmap fonts being usable directly.
This replaces existing TTF fonts with Apache-2.0 licensed fonts from
chome core (Cousine, Arimo, Tinos). Include the full license file
for all three fonts.
The Lucida Sans font bitmap is removed entirely for non-freetype
builds. There is therefore only mono fonts for non-freetype builds.
-rw-r--r-- | fonts/Arimo-LICENSE.txt | 202 | ||||
-rw-r--r-- | fonts/Arimo-Regular.ttf | bin | 0 -> 436876 bytes | |||
-rw-r--r-- | fonts/Cousine-LICENSE.txt | 202 | ||||
-rw-r--r-- | fonts/Cousine-Regular.ttf | bin | 0 -> 309040 bytes | |||
-rw-r--r-- | fonts/DroidSansFallbackFull.ttf | bin | 4529044 -> 0 bytes | |||
-rw-r--r-- | fonts/Tinos-LICENSE.txt | 202 | ||||
-rw-r--r-- | fonts/Tinos-Regular.ttf | bin | 0 -> 475996 bytes | |||
-rw-r--r-- | fonts/liberationmono.ttf | bin | 333636 -> 0 bytes | |||
-rw-r--r-- | fonts/liberationsans.ttf | bin | 133828 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_10.xml | bin | 156248 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_100.png | bin | 12012 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_11.xml | bin | 157272 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_110.png | bin | 14739 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_12.xml | bin | 157058 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_120.png | bin | 16295 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_14.xml | bin | 159272 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_140.png | bin | 42429 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_16.xml | bin | 160744 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_160.png | bin | 48106 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_18.xml | bin | 162284 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_180.png | bin | 56766 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_20.xml | bin | 162438 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_200.png | bin | 69059 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_22.xml | bin | 162936 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_220.png | bin | 74427 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_24.xml | bin | 166358 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_240.png | bin | 83532 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_26.xml | bin | 167054 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_260.png | bin | 93958 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_28.xml | bin | 167156 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_280.png | bin | 101952 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_36.xml | bin | 169606 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_360.png | bin | 143453 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_4.xml | bin | 136910 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_40.png | bin | 7642 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_48.xml | bin | 171972 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_480.png | bin | 205578 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_56.xml | bin | 174174 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_560.png | bin | 246505 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_6.xml | bin | 140552 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_60.png | bin | 13992 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_8.xml | bin | 154564 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_80.png | bin | 9740 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_9.xml | bin | 154830 -> 0 bytes | |||
-rwxr-xr-x | fonts/lucida_sans_90.png | bin | 10704 -> 0 bytes | |||
-rw-r--r-- | src/defaultsettings.cpp | 8 |
46 files changed, 610 insertions, 4 deletions
diff --git a/fonts/Arimo-LICENSE.txt b/fonts/Arimo-LICENSE.txt new file mode 100644 index 000000000..75b52484e --- /dev/null +++ b/fonts/Arimo-LICENSE.txt @@ -0,0 +1,202 @@ +
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/fonts/Arimo-Regular.ttf b/fonts/Arimo-Regular.ttf Binary files differnew file mode 100644 index 000000000..9be443c7d --- /dev/null +++ b/fonts/Arimo-Regular.ttf diff --git a/fonts/Cousine-LICENSE.txt b/fonts/Cousine-LICENSE.txt new file mode 100644 index 000000000..75b52484e --- /dev/null +++ b/fonts/Cousine-LICENSE.txt @@ -0,0 +1,202 @@ +
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/fonts/Cousine-Regular.ttf b/fonts/Cousine-Regular.ttf Binary files differnew file mode 100644 index 000000000..4d6990a25 --- /dev/null +++ b/fonts/Cousine-Regular.ttf diff --git a/fonts/DroidSansFallbackFull.ttf b/fonts/DroidSansFallbackFull.ttf Binary files differdeleted file mode 100644 index a9df00585..000000000 --- a/fonts/DroidSansFallbackFull.ttf +++ /dev/null diff --git a/fonts/Tinos-LICENSE.txt b/fonts/Tinos-LICENSE.txt new file mode 100644 index 000000000..75b52484e --- /dev/null +++ b/fonts/Tinos-LICENSE.txt @@ -0,0 +1,202 @@ +
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/fonts/Tinos-Regular.ttf b/fonts/Tinos-Regular.ttf Binary files differnew file mode 100644 index 000000000..ae5030d14 --- /dev/null +++ b/fonts/Tinos-Regular.ttf diff --git a/fonts/liberationmono.ttf b/fonts/liberationmono.ttf Binary files differdeleted file mode 100644 index 7260bd65e..000000000 --- a/fonts/liberationmono.ttf +++ /dev/null diff --git a/fonts/liberationsans.ttf b/fonts/liberationsans.ttf Binary files differdeleted file mode 100644 index 59d2e251b..000000000 --- a/fonts/liberationsans.ttf +++ /dev/null diff --git a/fonts/lucida_sans_10.xml b/fonts/lucida_sans_10.xml Binary files differdeleted file mode 100755 index d54e9f6a6..000000000 --- a/fonts/lucida_sans_10.xml +++ /dev/null diff --git a/fonts/lucida_sans_100.png b/fonts/lucida_sans_100.png Binary files differdeleted file mode 100755 index 9f3dc25c8..000000000 --- a/fonts/lucida_sans_100.png +++ /dev/null diff --git a/fonts/lucida_sans_11.xml b/fonts/lucida_sans_11.xml Binary files differdeleted file mode 100755 index 33d06c376..000000000 --- a/fonts/lucida_sans_11.xml +++ /dev/null diff --git a/fonts/lucida_sans_110.png b/fonts/lucida_sans_110.png Binary files differdeleted file mode 100755 index 1c98efcca..000000000 --- a/fonts/lucida_sans_110.png +++ /dev/null diff --git a/fonts/lucida_sans_12.xml b/fonts/lucida_sans_12.xml Binary files differdeleted file mode 100755 index 382981dcf..000000000 --- a/fonts/lucida_sans_12.xml +++ /dev/null diff --git a/fonts/lucida_sans_120.png b/fonts/lucida_sans_120.png Binary files differdeleted file mode 100755 index c106feb27..000000000 --- a/fonts/lucida_sans_120.png +++ /dev/null diff --git a/fonts/lucida_sans_14.xml b/fonts/lucida_sans_14.xml Binary files differdeleted file mode 100755 index 99398d792..000000000 --- a/fonts/lucida_sans_14.xml +++ /dev/null diff --git a/fonts/lucida_sans_140.png b/fonts/lucida_sans_140.png Binary files differdeleted file mode 100755 index d314dc5b3..000000000 --- a/fonts/lucida_sans_140.png +++ /dev/null diff --git a/fonts/lucida_sans_16.xml b/fonts/lucida_sans_16.xml Binary files differdeleted file mode 100755 index b07c1119f..000000000 --- a/fonts/lucida_sans_16.xml +++ /dev/null diff --git a/fonts/lucida_sans_160.png b/fonts/lucida_sans_160.png Binary files differdeleted file mode 100755 index 233ee9d42..000000000 --- a/fonts/lucida_sans_160.png +++ /dev/null diff --git a/fonts/lucida_sans_18.xml b/fonts/lucida_sans_18.xml Binary files differdeleted file mode 100755 index 881aff18d..000000000 --- a/fonts/lucida_sans_18.xml +++ /dev/null diff --git a/fonts/lucida_sans_180.png b/fonts/lucida_sans_180.png Binary files differdeleted file mode 100755 index 68cbe3bc8..000000000 --- a/fonts/lucida_sans_180.png +++ /dev/null diff --git a/fonts/lucida_sans_20.xml b/fonts/lucida_sans_20.xml Binary files differdeleted file mode 100755 index 329c226c0..000000000 --- a/fonts/lucida_sans_20.xml +++ /dev/null diff --git a/fonts/lucida_sans_200.png b/fonts/lucida_sans_200.png Binary files differdeleted file mode 100755 index 7b57632b8..000000000 --- a/fonts/lucida_sans_200.png +++ /dev/null diff --git a/fonts/lucida_sans_22.xml b/fonts/lucida_sans_22.xml Binary files differdeleted file mode 100755 index 14d0cc2b9..000000000 --- a/fonts/lucida_sans_22.xml +++ /dev/null diff --git a/fonts/lucida_sans_220.png b/fonts/lucida_sans_220.png Binary files differdeleted file mode 100755 index 4f385f4d4..000000000 --- a/fonts/lucida_sans_220.png +++ /dev/null diff --git a/fonts/lucida_sans_24.xml b/fonts/lucida_sans_24.xml Binary files differdeleted file mode 100755 index 5956f46e6..000000000 --- a/fonts/lucida_sans_24.xml +++ /dev/null diff --git a/fonts/lucida_sans_240.png b/fonts/lucida_sans_240.png Binary files differdeleted file mode 100755 index 8fc4e9d6b..000000000 --- a/fonts/lucida_sans_240.png +++ /dev/null diff --git a/fonts/lucida_sans_26.xml b/fonts/lucida_sans_26.xml Binary files differdeleted file mode 100755 index ae10ff8d7..000000000 --- a/fonts/lucida_sans_26.xml +++ /dev/null diff --git a/fonts/lucida_sans_260.png b/fonts/lucida_sans_260.png Binary files differdeleted file mode 100755 index 9bae8de5b..000000000 --- a/fonts/lucida_sans_260.png +++ /dev/null diff --git a/fonts/lucida_sans_28.xml b/fonts/lucida_sans_28.xml Binary files differdeleted file mode 100755 index c1b3361d3..000000000 --- a/fonts/lucida_sans_28.xml +++ /dev/null diff --git a/fonts/lucida_sans_280.png b/fonts/lucida_sans_280.png Binary files differdeleted file mode 100755 index 527fa3734..000000000 --- a/fonts/lucida_sans_280.png +++ /dev/null diff --git a/fonts/lucida_sans_36.xml b/fonts/lucida_sans_36.xml Binary files differdeleted file mode 100755 index ca300d6de..000000000 --- a/fonts/lucida_sans_36.xml +++ /dev/null diff --git a/fonts/lucida_sans_360.png b/fonts/lucida_sans_360.png Binary files differdeleted file mode 100755 index eecf35e33..000000000 --- a/fonts/lucida_sans_360.png +++ /dev/null diff --git a/fonts/lucida_sans_4.xml b/fonts/lucida_sans_4.xml Binary files differdeleted file mode 100755 index edc5af951..000000000 --- a/fonts/lucida_sans_4.xml +++ /dev/null diff --git a/fonts/lucida_sans_40.png b/fonts/lucida_sans_40.png Binary files differdeleted file mode 100755 index 5c10c1ed3..000000000 --- a/fonts/lucida_sans_40.png +++ /dev/null diff --git a/fonts/lucida_sans_48.xml b/fonts/lucida_sans_48.xml Binary files differdeleted file mode 100755 index c8c75974d..000000000 --- a/fonts/lucida_sans_48.xml +++ /dev/null diff --git a/fonts/lucida_sans_480.png b/fonts/lucida_sans_480.png Binary files differdeleted file mode 100755 index 928a0d723..000000000 --- a/fonts/lucida_sans_480.png +++ /dev/null diff --git a/fonts/lucida_sans_56.xml b/fonts/lucida_sans_56.xml Binary files differdeleted file mode 100755 index 9f2cc831e..000000000 --- a/fonts/lucida_sans_56.xml +++ /dev/null diff --git a/fonts/lucida_sans_560.png b/fonts/lucida_sans_560.png Binary files differdeleted file mode 100755 index 7afb09912..000000000 --- a/fonts/lucida_sans_560.png +++ /dev/null diff --git a/fonts/lucida_sans_6.xml b/fonts/lucida_sans_6.xml Binary files differdeleted file mode 100755 index 069c9aa80..000000000 --- a/fonts/lucida_sans_6.xml +++ /dev/null diff --git a/fonts/lucida_sans_60.png b/fonts/lucida_sans_60.png Binary files differdeleted file mode 100755 index 0efcd9e32..000000000 --- a/fonts/lucida_sans_60.png +++ /dev/null diff --git a/fonts/lucida_sans_8.xml b/fonts/lucida_sans_8.xml Binary files differdeleted file mode 100755 index 44f0e6a74..000000000 --- a/fonts/lucida_sans_8.xml +++ /dev/null diff --git a/fonts/lucida_sans_80.png b/fonts/lucida_sans_80.png Binary files differdeleted file mode 100755 index 287c65663..000000000 --- a/fonts/lucida_sans_80.png +++ /dev/null diff --git a/fonts/lucida_sans_9.xml b/fonts/lucida_sans_9.xml Binary files differdeleted file mode 100755 index 99aa6447c..000000000 --- a/fonts/lucida_sans_9.xml +++ /dev/null diff --git a/fonts/lucida_sans_90.png b/fonts/lucida_sans_90.png Binary files differdeleted file mode 100755 index 822a465f2..000000000 --- a/fonts/lucida_sans_90.png +++ /dev/null diff --git a/src/defaultsettings.cpp b/src/defaultsettings.cpp index bdf1f92ca..4e4c2f92c 100644 --- a/src/defaultsettings.cpp +++ b/src/defaultsettings.cpp @@ -214,11 +214,11 @@ void set_default_settings(Settings *settings) #if USE_FREETYPE settings->setDefault("freetype", "true"); - settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "liberationsans.ttf")); + settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "Arimo-Regular.ttf")); settings->setDefault("font_shadow", "1"); settings->setDefault("font_shadow_alpha", "127"); - settings->setDefault("mono_font_path", porting::getDataPath("fonts" DIR_DELIM "liberationmono.ttf")); - settings->setDefault("fallback_font_path", porting::getDataPath("fonts" DIR_DELIM "DroidSansFallbackFull.ttf")); + settings->setDefault("mono_font_path", porting::getDataPath("fonts" DIR_DELIM "Cousine-Regular.ttf")); + settings->setDefault("fallback_font_path", porting::getDataPath("fonts" DIR_DELIM "Tinos-Regular.ttf")); settings->setDefault("fallback_font_shadow", "1"); settings->setDefault("fallback_font_shadow_alpha", "128"); @@ -228,7 +228,7 @@ void set_default_settings(Settings *settings) settings->setDefault("fallback_font_size", font_size_str); #else settings->setDefault("freetype", "false"); - settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "lucida_sans")); + settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "mono_dejavu_sans")); settings->setDefault("mono_font_path", porting::getDataPath("fonts" DIR_DELIM "mono_dejavu_sans")); std::string font_size_str = std::to_string(DEFAULT_FONT_SIZE); |