Function
Pangoparse_weight
Declaration [src]
gboolean
pango_parse_weight (
const char* str,
PangoWeight* weight,
gboolean warn
)
Description [src]
Parses a font weight.
The allowed values are “heavy”, “ultrabold”, “bold”, “normal”, “light”, “ultraleight” and integers. Case variations are ignored.
Parameters
str |
const char* |
A string to parse. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
weight |
PangoWeight |
A |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
warn |
gboolean |
If |