src/ascension/text.h

changeset 26
139dac8ef9ee
parent 25
601b3f4e17a2
child 29
1d001eb694dc
equal deleted inserted replaced
25:601b3f4e17a2 26:139dac8ef9ee
76 /** 76 /**
77 * Draws the text node in the current frame. 77 * Draws the text node in the current frame.
78 * 78 *
79 * @param node the text node 79 * @param node the text node
80 */ 80 */
81 void asc_text_draw(AscText *node); 81 void asc_text_draw(AscText const *node);
82 82
83 /** 83 /**
84 * Releases all the memory of this node. 84 * Releases all the memory of this node.
85 * 85 *
86 * @param node the text node 86 * @param node the text node

mercurial