| Gwyddion Library Reference Manual | ||||
|---|---|---|---|---|
typedef enum {
GWY_SI_UNIT_FORMAT_NONE = 0,
GWY_SI_UNIT_FORMAT_PLAIN,
GWY_SI_UNIT_FORMAT_MARKUP,
GWY_SI_UNIT_FORMAT_VFMARKUP,
GWY_SI_UNIT_FORMAT_TEX
} GwySIUnitFormatStyle;
Physical quantity formatting style.
| No units. This value is unused by GwySIUnit itself and must not be requested as a format style. | |
| Plain style, as one would use on a text terminal. | |
| Pango markup, for units usable standalone. | |
Pango markup, for units directly after value.
Differs from GWY_SI_UNIT_FORMAT_MARKUP by
multiplication sign at the start of units
(where appropriate).
|
|
| Representation that can be typeset by TeX. |