Update branch name from master to main
This commit is contained in:
parent
4d2a2241a0
commit
0a176acabc
@ -101,13 +101,13 @@ Paul Wise.
|
|||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
`MIT license <https://github.com/fonttools/fonttools/blob/master/LICENSE>`_. See the full text of the license for details.
|
`MIT license <https://github.com/fonttools/fonttools/blob/main/LICENSE>`_. See the full text of the license for details.
|
||||||
|
|
||||||
.. |Travis Build Status| image:: https://travis-ci.org/fonttools/fonttools.svg
|
.. |Travis Build Status| image:: https://travis-ci.org/fonttools/fonttools.svg
|
||||||
:target: https://travis-ci.org/fonttools/fonttools
|
:target: https://travis-ci.org/fonttools/fonttools
|
||||||
.. |Appveyor Build status| image:: https://ci.appveyor.com/api/projects/status/0f7fmee9as744sl7/branch/master?svg=true
|
.. |Appveyor Build status| image:: https://ci.appveyor.com/api/projects/status/0f7fmee9as744sl7/branch/master?svg=true
|
||||||
:target: https://ci.appveyor.com/project/fonttools/fonttools/branch/master
|
:target: https://ci.appveyor.com/project/fonttools/fonttools/branch/master
|
||||||
.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/master/graph/badge.svg
|
.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/main/graph/badge.svg
|
||||||
:target: https://codecov.io/gh/fonttools/fonttools
|
:target: https://codecov.io/gh/fonttools/fonttools
|
||||||
.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg
|
.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg
|
||||||
:target: https://pypi.org/project/FontTools
|
:target: https://pypi.org/project/FontTools
|
||||||
|
@ -13,7 +13,7 @@ About
|
|||||||
|
|
||||||
fontTools is a family of libraries and utilities for manipulating fonts in Python.
|
fontTools is a family of libraries and utilities for manipulating fonts in Python.
|
||||||
|
|
||||||
The project has an `MIT open-source license <https://github.com/fonttools/fonttools/blob/master/LICENSE>`_. Among other things this means you can use it free of charge.
|
The project has an `MIT open-source license <https://github.com/fonttools/fonttools/blob/main/LICENSE>`_. Among other things this means you can use it free of charge.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@ -88,7 +88,7 @@ libraries in the fontTools suite:
|
|||||||
- :py:mod:`fontTools.varLib`: Module for dealing with 'gvar'-style font variations
|
- :py:mod:`fontTools.varLib`: Module for dealing with 'gvar'-style font variations
|
||||||
- :py:mod:`fontTools.voltLib`: Module for dealing with Visual OpenType Layout Tool (VOLT) files
|
- :py:mod:`fontTools.voltLib`: Module for dealing with Visual OpenType Layout Tool (VOLT) files
|
||||||
|
|
||||||
A selection of sample Python programs using these libaries can be found in the `Snippets directory <https://github.com/fonttools/fonttools/blob/master/Snippets/>`_ of the fontTools repository.
|
A selection of sample Python programs using these libaries can be found in the `Snippets directory <https://github.com/fonttools/fonttools/blob/main/Snippets/>`_ of the fontTools repository.
|
||||||
|
|
||||||
Optional Dependencies
|
Optional Dependencies
|
||||||
---------------------
|
---------------------
|
||||||
@ -107,7 +107,7 @@ Information for developers can be found :doc:`here <./developer>`.
|
|||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
`MIT license <https://github.com/fonttools/fonttools/blob/master/LICENSE>`_. See the full text of the license for details.
|
`MIT license <https://github.com/fonttools/fonttools/blob/main/LICENSE>`_. See the full text of the license for details.
|
||||||
|
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
@ -148,7 +148,7 @@ Table of Contents
|
|||||||
:target: https://travis-ci.org/fonttools/fonttools
|
:target: https://travis-ci.org/fonttools/fonttools
|
||||||
.. |Appveyor Build status| image:: https://ci.appveyor.com/api/projects/status/0f7fmee9as744sl7/branch/master?svg=true
|
.. |Appveyor Build status| image:: https://ci.appveyor.com/api/projects/status/0f7fmee9as744sl7/branch/master?svg=true
|
||||||
:target: https://ci.appveyor.com/project/fonttools/fonttools/branch/master
|
:target: https://ci.appveyor.com/project/fonttools/fonttools/branch/master
|
||||||
.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/master/graph/badge.svg
|
.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/main/graph/badge.svg
|
||||||
:target: https://codecov.io/gh/fonttools/fonttools
|
:target: https://codecov.io/gh/fonttools/fonttools
|
||||||
.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg
|
.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg
|
||||||
:target: https://pypi.org/project/FontTools
|
:target: https://pypi.org/project/FontTools
|
||||||
|
@ -176,7 +176,7 @@ class PlistTarget:
|
|||||||
True
|
True
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
https://github.com/python/cpython/blob/master/Lib/plistlib.py
|
https://github.com/python/cpython/blob/main/Lib/plistlib.py
|
||||||
http://lxml.de/parsing.html#the-target-parser-interface
|
http://lxml.de/parsing.html#the-target-parser-interface
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
2
NEWS.rst
2
NEWS.rst
@ -910,7 +910,7 @@
|
|||||||
(#1872).
|
(#1872).
|
||||||
- [Snippets/otf2ttf] In otf2ttf.py script update LSB in hmtx to match xMin (#1873).
|
- [Snippets/otf2ttf] In otf2ttf.py script update LSB in hmtx to match xMin (#1873).
|
||||||
- [colorLib] Added experimental support for building ``COLR`` v1 tables as per
|
- [colorLib] Added experimental support for building ``COLR`` v1 tables as per
|
||||||
the `colr-gradients-spec <https://github.com/googlefonts/colr-gradients-spec/blob/master/colr-gradients-spec.md>`__
|
the `colr-gradients-spec <https://github.com/googlefonts/colr-gradients-spec/blob/main/colr-gradients-spec.md>`__
|
||||||
draft proposal. **NOTE**: both the API and the XML dump of ``COLR`` v1 are
|
draft proposal. **NOTE**: both the API and the XML dump of ``COLR`` v1 are
|
||||||
susceptible to change while the proposal is being discussed and formalized (#1822).
|
susceptible to change while the proposal is being discussed and formalized (#1822).
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ Have fun!
|
|||||||
|
|
||||||
.. |CI Build Status| image:: https://github.com/fonttools/fonttools/workflows/Test/badge.svg
|
.. |CI Build Status| image:: https://github.com/fonttools/fonttools/workflows/Test/badge.svg
|
||||||
:target: https://github.com/fonttools/fonttools/actions?query=workflow%3ATest
|
:target: https://github.com/fonttools/fonttools/actions?query=workflow%3ATest
|
||||||
.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/master/graph/badge.svg
|
.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/main/graph/badge.svg
|
||||||
:target: https://codecov.io/gh/fonttools/fonttools
|
:target: https://codecov.io/gh/fonttools/fonttools
|
||||||
.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg
|
.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg
|
||||||
:target: https://pypi.org/project/FontTools
|
:target: https://pypi.org/project/FontTools
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
Test TTF
|
Test TTF
|
||||||
@ -190,7 +190,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
</name>
|
</name>
|
||||||
|
|
||||||
|
@ -468,7 +468,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
Test TTF
|
Test TTF
|
||||||
@ -510,7 +510,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
</name>
|
</name>
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
Test TTF
|
Test TTF
|
||||||
@ -190,7 +190,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
</name>
|
</name>
|
||||||
|
|
||||||
|
@ -468,7 +468,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="14" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
<namerecord nameID="18" platformID="1" platEncID="0" langID="0x0" unicode="True">
|
||||||
Test TTF
|
Test TTF
|
||||||
@ -510,7 +510,7 @@
|
|||||||
https://github.com/fonttools/fonttools
|
https://github.com/fonttools/fonttools
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
<namerecord nameID="14" platformID="3" platEncID="1" langID="0x409">
|
||||||
https://github.com/fonttools/fonttools/blob/master/LICENSE
|
https://github.com/fonttools/fonttools/blob/main/LICENSE
|
||||||
</namerecord>
|
</namerecord>
|
||||||
</name>
|
</name>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user