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

-- 
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

Reply via email to