Functions | |
D4D_TCHAR * | D4D_GetInternalStringPointer (const D4D_TCHAR *originTxt) |
The function gets the real internal pointer to string. More... | |
Byte | D4D_SprintDecU32 (LWord val, D4D_TCHAR *pText, D4D_TCHAR fill) |
The function convert decimal unsigned 32 bit number to string. More... | |
Byte | D4D_SprintDecS32 (sLWord val, D4D_TCHAR *pText, D4D_TCHAR fill) |
The function convert decimal signed 32 bit number to string. More... | |
Byte | D4D_SprintDecU16 (Word val, D4D_TCHAR *pText, D4D_TCHAR fill) |
The function convert decimal unsigned 16 bit number to string. More... | |
Byte | D4D_SprintDecS16 (sWord val, D4D_TCHAR *pText, D4D_TCHAR fill) |
The function convert decimal signed 16 bit number to string. More... | |
Byte | D4D_SprintDecU8 (Byte val, D4D_TCHAR *pText, D4D_TCHAR fill) |
The function convert decimal unsigned 8 bit number to string. More... | |
Byte | D4D_SprintDecS8 (sByte val, D4D_TCHAR *pText, D4D_TCHAR fill) |
The function convert decimal signed 8 bit number to string. More... | |
D4D_INDEX | D4D_GetTextLength (D4D_TCHAR *pText) |
The function returns lenght of text. More... | |
D4D_COOR | D4D_GetTextWidth (D4D_FONT ix, D4D_TCHAR *pText) |
The function returns width of text in pixels. More... | |
D4D_COOR | D4D_GetTextBuffWidthTab (D4D_STRING *text_buffer, D4D_TAB *pTab) |
The function returns width of text in pixels, also with tab table. More... | |
D4D_INDEX | D4D_GetTextMaxLength (D4D_STRING *pString, D4D_COOR maxWidth) |
The function find out the maximal text length that fits to maximal pixel width. More... | |
void | D4D_SetText (D4D_OBJECT_PTR pObject, D4D_TCHAR *pText) |
The function change the text in main object text buffer. More... | |
void | D4D_ChangeText (D4D_STRING *pBuff, D4D_TCHAR *pNewText, D4D_TCHAR fillChar) |
void | D4D_LCD_PrintStr (D4D_PRINT_DESC *p_StrDes) |
void D4D_ChangeText | ( | D4D_STRING * | pBuff, |
D4D_TCHAR * | pNewText, | ||
D4D_TCHAR | fillChar | ||
) |
change text in the buffer
Definition at line 599 of file d4d_string.c.
void D4D_LCD_PrintStr | ( | D4D_PRINT_DESC * | p_StrDes | ) |
Print the String in ASCII in simple format up to 8 columns
Definition at line 635 of file d4d_string.c.