Skip to content

Commit

Permalink
update normalizers.rst (#733)
Browse files Browse the repository at this point in the history
* Update normalizers.rst

* Update normalizers.rst
  • Loading branch information
knutnergaard authored Jul 23, 2024
1 parent d7b227a commit 8d1166a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions documentation/source/environments/objects/normalizers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Normalizers
###########

.. autofunction:: normalizeFileFormatVersion

*******
Kerning
*******
Expand All @@ -17,6 +15,7 @@ Kerning
******
Groups
******

.. autofunction:: normalizeGroupKey
.. autofunction:: normalizeGroupValue

Expand All @@ -39,12 +38,14 @@ Layers

.. autofunction:: normalizeLayerOrder
.. autofunction:: normalizeDefaultLayer
.. autofunction:: normalizeDefaultLayerName
.. autofunction:: normalizeLayerName

******
Glyphs
******

.. autofunction:: normalizeGlyph
.. autofunction:: normalizeGlyphOrder

Identification
Expand Down Expand Up @@ -95,6 +96,7 @@ Components
**********

.. autofunction:: normalizeComponentIndex
.. autofunction:: normalizeComponentScale

*******
Anchors
Expand All @@ -113,6 +115,7 @@ Note
Guidelines
**********

.. autofunction:: normalizeGuideline
.. autofunction:: normalizeGuidelineIndex
.. autofunction:: normalizeGuidelineAngle
.. autofunction:: normalizeGuidelineName
Expand All @@ -121,6 +124,8 @@ Guidelines
Generic
*******

.. autofunction:: normalizeInternalObjectType

Positions
=========

Expand Down Expand Up @@ -154,9 +159,11 @@ Files
=====

.. autofunction:: normalizeFilePath
.. autofunction:: normalizeFileFormatVersion

Standard
========

.. autofunction:: normalizeBoolean
.. autofunction:: normalizeRounding
.. autofunction:: normalizeVisualRounding

0 comments on commit 8d1166a

Please sign in to comment.