pub fn measure_paragraph(
    node: &NodeRef<'_, CustomAttributeValues>,
    node_area: &Rect<f32, Measure>,
    font_collection: &RCHandle<skia_textlayout_FontCollection>,
    is_editable: bool,
    scale_factor: f32
) -> RefHandle<skia_textlayout_Paragraph>