MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laString_Set( laString* str, const GFXU_CHAR* buffer );
Parameters |
Description |
laString* str |
the string to modify |
const GFXU_CHAR* buffer |
the input buffer |
laResult - LA_SUCCESS if the function succeeded
Makes an internal copy of the input buffer for the string object. Caller is responsible for the allocated memory but does not need to preserve the input buffer to maintain the string buffer state.
Caller must also ensure that the font contains all the glyphs for the string or rendering may not be possible.
MPLAB® Harmony Graphics Suite
|