Skip to content

Commit 72bb5f4

Browse files
Capitalize "F" in FontObject.nativeFamilyName
1 parent 2f8d8b3 commit 72bb5f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/introduction/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ What's new and changed for scripting?
4747
- Added: :ref:`FontObject.isFromAdobeFonts`
4848
- Added: :ref:`FontObject.isSubstitute`
4949
- Added: :ref:`FontObject.location`
50-
- Added: :ref:`FontObject.nativefamilyName`
50+
- Added: :ref:`FontObject.nativeFamilyName`
5151
- Added: :ref:`FontObject.nativeFullName`
5252
- Added: :ref:`FontObject.nativeStyleName`
5353
- Added: :ref:`FontObject.postScriptName`

docs/other/fontobject.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ String; read-only.
106106

107107
----
108108

109-
.. _FontObject.nativefamilyName:
109+
.. _FontObject.nativeFamilyName:
110110

111-
FontObject.nativefamilyName
111+
FontObject.nativeFamilyName
112112
*********************************************
113113

114114
``app.fonts.allFonts[0][0].nativeFamilyName``

0 commit comments

Comments
 (0)