Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update normalizers.rst #733

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading