VectSharp 2.6.1
A light library for C# vector graphics
|
Contains extension methods for collections of FormattedText objects. More...
Static Public Member Functions | |
static Font.DetailedFontMetrics | Measure (this IEnumerable< FormattedText > text) |
Measures a collection of FormattedText objects. More... | |
static string | GetText (this IEnumerable< FormattedText > text) |
Extracts the text from a collection of FormattedText objects. More... | |
Contains extension methods for collections of FormattedText objects.
Definition at line 552 of file FormattedText.cs.
|
static |
Extracts the text from a collection of FormattedText objects.
text | The collection of FormattedText objects whose text should be extracted. |
Definition at line 678 of file FormattedText.cs.
|
static |
Measures a collection of FormattedText objects.
text | The collection of FormattedText objects to be measured. |
Definition at line 668 of file FormattedText.cs.