Add more utilities for text processing with font and text subrange

This commit is contained in:
Wojciech Figat
2022-08-02 16:52:25 +02:00
parent 095f20ab6a
commit 94060e16b9
2 changed files with 63 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ namespace FlaxEngine.GUI
/// The delegate for text blocks processing.
/// </summary>
/// <param name="text">The text.</param>
/// <param name="textBlocks">The output text blocks. Given list is not-nul and cleared before.</param>
/// <param name="textBlocks">The output text blocks. Given list is not-null and cleared before.</param>
public delegate void ParseTextBlocksDelegate(string text, List<TextBlock> textBlocks);
/// <summary>