On Thu, May 3, 2012 at 10:19 PM, Denis Oliver Kropp <d...@directfb.org> wrote: > On 05/03/12 10:48, chencho wrote: >> Hi all, >> >> Is there any way to center text in the screen? >> > > Call IDirectFBFont::GetStringWidth() and center it by calculating: > > pos_x = (screen_width - string_width) / 2 >
Thanks, but finally I have done it with DSTF_CENTER flag. It works perfectly for me. chencho > -- > Best regards, > Denis Oliver Kropp > > .------------------------------------------. > | DirectFB - Hardware accelerated graphics | > | http://www.directfb.org/ | > "------------------------------------------" > _______________________________________________ > directfb-dev mailing list > directfb-dev@directfb.org > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev