*** empty log message ***
This commit is contained in:
parent
e96ddd92fd
commit
d04b17cec7
|
|
@ -73,16 +73,6 @@ thaw() {
|
|||
return _freeze_level;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: TextNode::set_font
|
||||
// Access: Published
|
||||
// Description: Sets the font that will be used when making text.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE void TextNode::
|
||||
set_font(Node *font_def) {
|
||||
set_font(new TextFont(font_def));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: TextNode::set_font
|
||||
// Access: Published
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ PUBLISHED:
|
|||
INLINE int get_freeze_level() const;
|
||||
INLINE int thaw();
|
||||
|
||||
INLINE void set_font(Node *font);
|
||||
INLINE void set_font(TextFont *font);
|
||||
INLINE TextFont *get_font() const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue