Skip to content

Commit

Permalink
[font] Correct get_missing_glyphs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Oct 8, 2023
1 parent 28977fd commit c9d595d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font_collector/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def get_missing_glyphs(
Parameters:
text (Sequence[str]): Text
support_only_ascii_char_for_symbol_font (bool):
Libass only support ascii character for symbol font, but VSFilter can support more character.
Libass only support ascii character for symbol cmap, but VSFilter can support more character.
If you wish to use libass, we recommand you to set this param to True.
If you wish to use VSFilter, we recommand you to set this param to False.
For more detail, see the issue: https://github.com/libass/libass/issues/319
Expand Down

0 comments on commit c9d595d

Please sign in to comment.