| 1211 | void addCursorsFromCurrentToMousePosition(); |
| 1212 | |
| 1213 | inline Uint32 getWidgetTextDrawHints() const { |
| 1214 | return mKerningEnabled ? 0 : TextHints::NoKerning; |
| 1215 | } |
| 1216 | |
| 1217 | bool setInternalFontSize( const Float& size ); |
| 1218 |
no outgoing calls
no test coverage detected