pub fn create_text(
    node: &NodeRef<'_, CustomAttributeValues>,
    area: &Rect<f32, Measure>,
    font_collection: &RCHandle<skia_textlayout_FontCollection>,
    text: &str
) -> RefHandle<skia_textlayout_Paragraph>