|
libcss
|
Classes | |
| struct | numeric |
| struct | list_counter_style |
Macros | |
| #define | SYMBOL_SIZE 8 |
Typedefs | |
| typedef char | symbol_t[SYMBOL_SIZE] |
Functions | |
| css_error | css_computed_format_list_style (const css_computed_style *style, int value, char *buffer, size_t buffer_length, size_t *format_length) |
| #define SYMBOL_SIZE 8 |
| typedef char symbol_t[SYMBOL_SIZE] |
| css_error css_computed_format_list_style | ( | const css_computed_style * | style, |
| int | value, | ||
| char * | buffer, | ||
| size_t | buffer_length, | ||
| size_t * | format_length | ||
| ) |
Format a value into a text string controled by a list style
| [in] | style | The computed style to use for formatting |
| [in] | value | The value to format |
| [out] | buffer | The buffer to recive the formatted result |
| [in] | buffer_length | The length of the buffer |
| [out] | format_length | The complete length of the formatted result which may exceed buffer_length in which case the buffer data will not be complete. |