Home
last modified time | relevance | path

Searched refs:SoFont_TextWidth_MinMax (Results 1 – 2 of 2) sorted by last modified time

/dports/games/flobopuyo/flobopuyo-0.20/
H A Dsofont.c480 SoFont_TextWidth_MinMax (SoFont * font, const char *text, int min, int max) in SoFont_TextWidth_MinMax() function
505 return SoFont_TextWidth_MinMax (font, text, 0, 255); in SoFont_TextWidth()
550 w1 = SoFont_TextWidth_MinMax (font, text, 0, cursPos); in SoFont_PutStringCleverCursor()
606 w1 = SoFont_TextWidth_MinMax (font, text, 0, cursPos); in SoFont_CleverTextCursorAt()
H A Dsofont.h66 int SoFont_TextWidth_MinMax (SoFont * font, const char *text,