Open Font Render 2.0
All Classes Files Functions Variables Enumerations Enumerator Macros Modules Pages
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.