We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3cb5 commit b96d61aCopy full SHA for b96d61a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.3.0
4
+
5
+- modified `glyf` table instruction set bytecode removal approach for composite glyphs
6
+- fixed: `head` table flags bit 4 is now cleared only when `hdmx` and `LTSH` tables are removed (or were not present and bit is set in the font)
7
8
## v0.2.0
9
10
- add `--keep-cvt` option to keep original cvt table
lib/dehinter/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = __version__ = "0.3.0.dev0"
+version = __version__ = "0.3.0"
0 commit comments