rageworx/FLFTRender

Measuring function

Closed this issue · 2 comments

A function required to determine how buffer allocated ?

Two method included :

        bool        MeasureText( const char* text, Rect &rect );
        bool        MeasureText( const wchar_t* text, Rect &rect );

Ok, it looks works fine.
image