pub fn create_label(
node: &NodeRef<'_, CustomAttributeValues>,
area_size: &Size2D<f32, Measure>,
font_collection: &RCHandle<skia_textlayout_FontCollection>,
default_font_family: &[String],
scale_factor: f32,
) -> RefHandle<skia_textlayout_Paragraph>