Update Hack font to v3.003
This commit is contained in:
parent
d87307d850
commit
93f52813bf
|
@ -157,7 +157,7 @@ License: OFL-1.1
|
||||||
|
|
||||||
Files: ./thirdparty/fonts/Hack_Regular.ttf
|
Files: ./thirdparty/fonts/Hack_Regular.ttf
|
||||||
Comment: Hack font
|
Comment: Hack font
|
||||||
Copyright: 2017, Source Foundry Authors
|
Copyright: 2018, Source Foundry Authors
|
||||||
2003, Bitstream Inc.
|
2003, Bitstream Inc.
|
||||||
License: Expat and Bitstream Vera Fonts Copyright
|
License: Expat and Bitstream Vera Fonts Copyright
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,7 @@ Use UI font variant if available, because it has tight vertical metrics and good
|
||||||
### Hack Regular
|
### Hack Regular
|
||||||
|
|
||||||
- Upstream: https://github.com/source-foundry/Hack
|
- Upstream: https://github.com/source-foundry/Hack
|
||||||
- Version: 3.000
|
- Version: 3.003
|
||||||
- License: MIT + Bitstream Vera License
|
- License: MIT + Bitstream Vera License
|
||||||
|
|
||||||
### DroidSans*.ttf
|
### DroidSans*.ttf
|
||||||
|
@ -241,14 +241,14 @@ File extracted from upstream source:
|
||||||
- Everything in `lib/` except `minilex.c`, `http2/`, `event-libs/`.
|
- Everything in `lib/` except `minilex.c`, `http2/`, `event-libs/`.
|
||||||
- From `misc/` exclude `lws-genhash.c`, `lws-ring.c`, `romfs.{c,h}`, `smtp.c`.
|
- From `misc/` exclude `lws-genhash.c`, `lws-ring.c`, `romfs.{c,h}`, `smtp.c`.
|
||||||
- From `plat/` exclude `lws-plat-{esp*,optee}.c`.
|
- From `plat/` exclude `lws-plat-{esp*,optee}.c`.
|
||||||
- From `server/` exclude `access-log.c`, `cgi.c`, `daemonize.c`, `lws-spa.c`,
|
- From `server/` exclude `access-log.c`, `cgi.c`, `daemonize.c`, `lws-spa.c`,
|
||||||
`peer-limits.c`, `rewrite.c`
|
`peer-limits.c`, `rewrite.c`
|
||||||
- Also copy `win32helpers/` from `win32port/`
|
- Also copy `win32helpers/` from `win32port/`
|
||||||
- `mbedtls_wrapper/include/platform/ssl_port.h` has a small change to check for OSX and FreeBSD (missing `malloc.h`).
|
- `mbedtls_wrapper/include/platform/ssl_port.h` has a small change to check for OSX and FreeBSD (missing `malloc.h`).
|
||||||
The bug is fixed in upstream master via `LWS_HAVE_MALLOC_H`, but not in the 2.4.1 branch (as the file structure has changed).
|
The bug is fixed in upstream master via `LWS_HAVE_MALLOC_H`, but not in the 2.4.1 branch (as the file structure has changed).
|
||||||
- You might need to apply the patch in `thirdparty/lws/mbedtls_verify.diff` (port of PR 1215) to future `2.4.x` releases if it does not get cherry picked.
|
- You might need to apply the patch in `thirdparty/lws/mbedtls_verify.diff` (port of PR 1215) to future `2.4.x` releases if it does not get cherry picked.
|
||||||
|
|
||||||
Important: `lws_config.h` and `lws_config_private.h` contains custom
|
Important: `lws_config.h` and `lws_config_private.h` contains custom
|
||||||
Godot build configurations, check them out when updating.
|
Godot build configurations, check them out when updating.
|
||||||
|
|
||||||
## mbedTLS
|
## mbedTLS
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
The work in the Hack project is Copyright 2017 Source Foundry Authors and licensed under the MIT License
|
The work in the Hack project is Copyright 2018 Source Foundry Authors and licensed under the MIT License
|
||||||
|
|
||||||
The work in the DejaVu project was committed to the public domain.
|
The work in the DejaVu project was committed to the public domain.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Bitstream Vera Sans Mono Copyright 2003 Bitstream Inc. and licensed under the Bi
|
||||||
|
|
||||||
### MIT License
|
### MIT License
|
||||||
|
|
||||||
Copyright (c) 2017 Source Foundry Authors
|
Copyright (c) 2018 Source Foundry Authors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in New Issue