diff options
author | James McLean <james@mcleanlabs.ca> | 2015-06-23 18:22:14 -0400 |
---|---|---|
committer | James McLean <james@mcleanlabs.ca> | 2015-06-23 18:22:14 -0400 |
commit | d23ee8eb017d14c0efb3e07b6437987fd78a0955 (patch) | |
tree | ef177d20949cb879f4c55c6b159eedd0b03ab83b /scene/resources/font.cpp | |
parent | 2f882abb65f185adde9d4f569fe9df022babbc40 (diff) | |
parent | e42aed6ed059b23c100f5a0bc5170831f12400aa (diff) |
Merge branch 'master' of github.com:okamstudio/godot into development
Diffstat (limited to 'scene/resources/font.cpp')
-rw-r--r-- | scene/resources/font.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/font.cpp b/scene/resources/font.cpp index a598c69089..2d93113b40 100644 --- a/scene/resources/font.cpp +++ b/scene/resources/font.cpp @@ -510,6 +510,7 @@ float Font::draw_char(RID p_canvas_item, const Point2& p_pos, const CharType& p_ void Font::_bind_methods() { + ObjectTypeDB::bind_method(_MD("create_from_fnt","path"),&Font::create_from_fnt); ObjectTypeDB::bind_method(_MD("set_height","px"),&Font::set_height); ObjectTypeDB::bind_method(_MD("get_height"),&Font::get_height); |