mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix various typos
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change
This commit is contained in:
@@ -396,7 +396,7 @@
|
||||
<return type="bool" />
|
||||
<argument index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
Returns [code]true[/code] if auto-hinting is supported and preffered over font built-in hinting. Used by dynamic fonts only.
|
||||
Returns [code]true[/code] if auto-hinting is supported and preferred over font built-in hinting. Used by dynamic fonts only.
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_is_language_supported" qualifiers="const">
|
||||
@@ -541,7 +541,7 @@
|
||||
<argument index="0" name="font_rid" type="RID" />
|
||||
<argument index="1" name="force_autohinter" type="bool" />
|
||||
<description>
|
||||
If set to [code]true[/code] auto-hinting is preffered over font built-in hinting.
|
||||
If set to [code]true[/code] auto-hinting is preferred over font built-in hinting.
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_set_global_oversampling">
|
||||
@@ -549,7 +549,7 @@
|
||||
<argument index="0" name="oversampling" type="float" />
|
||||
<description>
|
||||
Sets oversampling factor, shared by all font in the TextServer.
|
||||
[b]Note:[/b] This value can be automaticaly changed by display server.
|
||||
[b]Note:[/b] This value can be automatically changed by display server.
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_set_glyph_advance">
|
||||
@@ -1384,7 +1384,7 @@
|
||||
<constant name="OVERRUN_JUSTIFICATION_AWARE" value="16" enum="TextOverrunFlag">
|
||||
</constant>
|
||||
<constant name="GRAPHEME_IS_VALID" value="1" enum="GraphemeFlag">
|
||||
Grapheme is supprted by the font, and can be drawn.
|
||||
Grapheme is supported by the font, and can be drawn.
|
||||
</constant>
|
||||
<constant name="GRAPHEME_IS_RTL" value="2" enum="GraphemeFlag">
|
||||
Grapheme is part of right-to-left or bottom-to-top run.
|
||||
|
||||
Reference in New Issue
Block a user