Functions and macros. More...
Functions | |
| int | MxGetSymbolMinMax (const UINT8 *symbolbuf, LRECTXY *minmax) |
| int | MxGetSymbolSize (const UINT8 *symbolbuf) |
| int | MxParseSymbol (const char *const istring, UINT8 **bufp) |
| char * | MxSymbolToText (const UINT8 *buf) |
Functions and macros.
:Associate with "Element Style Functions"
Compute min/max of a symbol in its coordinate system.
| int MxGetSymbolSize | ( | const UINT8 * | symbolbuf | ) |
Compute size of symbol in its coordinate system.
| int MxParseSymbol | ( | const char *const | istring, | |
| UINT8 ** | bufp | |||
| ) |
Parse text string and build symbol description.
| char* MxSymbolToText | ( | const UINT8 * | buf | ) |
Convert symbol description to text string.
1.6.1