| 15 | FACTORY_ITEM_ATTRIBUTE(GenerateFontNamePropertyInitialisator) |
| 16 | |
| 17 | void GenerateFontNamePropertyInitialisator::initialise(PropertyPtr _property) |
| 18 | { |
| 19 | _property->setValue(MyGUI::utility::toString((size_t)_property.get(), "_GenerateFontName")); |
| 20 | } |
| 21 | |
| 22 | } |
no test coverage detected