Skip to content

Commit 564e89b

Browse files
authored
register_font is available for macOS (#1044)
ManimCommunity/ManimPango#26
1 parent 6744c48 commit 564e89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manim/mobject/svg/text_mobject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,8 @@ def register_font(font_file: typing.Union[str, Path]):
14291429
14301430
.. important ::
14311431
1432-
This method isn't available for macOS. Using this
1433-
method on macOS will raise an :class:`AttributeError`.
1432+
This method is available for macOS for ``ManimPango>=v0.2.3``. Using this
1433+
method with previous releases will raise an :class:`AttributeError` on macOS.
14341434
"""
14351435

14361436
input_folder = Path(config.input_file).parent.resolve()

0 commit comments

Comments
 (0)