Lines Matching defs:weight
4235 int weight = ARKUI_FONT_WEIGHT_NORMAL;
4253 weight = item->value[NUM_2].i32;
4256 node->uiNodeHandle, &size, weight, item->string, style);
5881 int weight = ARKUI_FONT_WEIGHT_NORMAL;
5899 weight = item->value[NUM_2].i32;
5902 node->uiNodeHandle, &size, weight, item->string, style);
6498 // weight
6499 int weight = 10; // default
6504 weight = item->value[1].i32;
6525 fontStruct.fontWeight = weight;