[Font] Add option to disable embedded bitmaps loading.
This commit is contained in:
parent
810f127022
commit
911fa38d3a
17 changed files with 176 additions and 6 deletions
|
|
@ -126,6 +126,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_disable_embedded_bitmaps" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_embolden" qualifiers="virtual const">
|
||||
<return type="float" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
@ -588,6 +594,13 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_set_disable_embedded_bitmaps" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="disable_embedded_bitmaps" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_set_embolden" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue