Function create_paragraph
pub fn create_paragraph(
node: &NodeRef<'_, CustomAttributeValues>,
area_size: &Size2D<f32, ()>,
font_collection: &RCHandle<skia_textlayout_FontCollection>,
is_rendering: bool,
fallback_fonts: &[String],
scale_factor: f32,
) -> ParagraphData
Expand description
Compose a new SkParagraph