Open Font Render 1.2
Loading...
Searching...
No Matches
Deprecated List
Member OpenFontRender::cdrawString (const char *str, int32_t x=0, int32_t y=0, uint16_t fg=0xFFFF, uint16_t bg=0x0000, Layout layout=Layout::Horizontal)

It is recommended to use the printf or drawString functions in combination with optional methods such as setAlignment function.

It will be removed in the future.

Member OpenFontRender::cprintf (const char *fmt,...)

It is recommended to use the printf or drawString functions in combination with optional methods such as setAlignment function.

It will be removed in the future.

Member OpenFontRender::rdrawString (const char *str, int32_t x=0, int32_t y=0, uint16_t fg=0xFFFF, uint16_t bg=0x0000, Layout layout=Layout::Horizontal)

It is recommended to use the printf or drawString functions in combination with optional methods such as setAlignment function.

It will be removed in the future.

Member OpenFontRender::rprintf (const char *fmt,...)

It is recommended to use the printf or drawString functions in combination with optional methods such as setAlignment function.

It will be removed in the future.