mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix broken doc link to segment_into_runs
The function was moved from Font to a free function in text_layout.rs. Update the doc reference accordingly.
This commit is contained in:
@@ -207,7 +207,7 @@ impl ShapingContext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Produced by [`Font::segment_into_runs`] for text shaping.
|
/// Produced by [`segment_into_runs`] for text shaping.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
struct TextRun {
|
struct TextRun {
|
||||||
/// Which font face should shape this run.
|
/// Which font face should shape this run.
|
||||||
|
|||||||
Reference in New Issue
Block a user