ReStructuredText nits
This commit is contained in:
parent
516d0f7dfe
commit
a0d6ca3b76
@ -1,17 +1,18 @@
|
|||||||
##########################
|
##################################
|
||||||
OpenType Variation Support
|
varLib: OpenType Variation Support
|
||||||
##########################
|
##################################
|
||||||
|
|
||||||
The `fontTools.varLib` package contains a number of classes and routines
|
The ``fontTools.varLib`` package contains a number of classes and routines
|
||||||
for handling, building and interpolating variable font data. These routines
|
for handling, building and interpolating variable font data. These routines
|
||||||
rely on a common set of concepts, many of which are equivalent to concepts
|
rely on a common set of concepts, many of which are equivalent to concepts
|
||||||
in the OpenType Specification, but some of which are unique to `varLib`.
|
in the OpenType Specification, but some of which are unique to ``varLib``.
|
||||||
|
|
||||||
Terminology
|
Terminology
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
axis
|
axis
|
||||||
"A designer-determined variable in a font face design that can be used to derive multiple, variant designs within a family." (OpenType Specification)
|
"A designer-determined variable in a font face design that can be used to
|
||||||
|
derive multiple, variant designs within a family." (OpenType Specification)
|
||||||
An axis has a minimum value, a maximum value and a default value.
|
An axis has a minimum value, a maximum value and a default value.
|
||||||
|
|
||||||
designspace
|
designspace
|
||||||
@ -70,7 +71,7 @@ support
|
|||||||
tuple ``(min, peak, max)``.
|
tuple ``(min, peak, max)``.
|
||||||
|
|
||||||
box
|
box
|
||||||
`varLib` uses the term "box" to denote the minimum and maximum "corners" of
|
``varLib`` uses the term "box" to denote the minimum and maximum "corners" of
|
||||||
a support, ignoring its peak value.
|
a support, ignoring its peak value.
|
||||||
|
|
||||||
delta
|
delta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user