Refactor|libappfw: Use TextDrawable in LogWidget
Instead of custom code for wrapping text and preparing text forGL drawing, LogWidget now uses TextDrawable. Only the potentiallyvisible lines are allocated on the atlas.
Todo: Fix rewrapping, optimize and clean up.
View differences
Refactor|libappfw: Use TextDrawable in LogWidget
Instead of custom code for wrapping text and preparing text for
GL drawing, LogWidget now uses TextDrawable. Only the potentially
visible lines are allocated on the atlas.
Todo: Fix rewrapping, optimize and clean up.