VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.FormattedTextExtensions Class Reference

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...
 

Detailed Description

Contains extension methods for collections of FormattedText objects.

Definition at line 537 of file FormattedText.cs.

Member Function Documentation

◆ Measure()

static Font.DetailedFontMetrics VectSharp.FormattedTextExtensions.Measure ( this IEnumerable< FormattedText text)
static

Measures a collection of FormattedText objects.

Parameters
textThe collection of FormattedText objects to be measured.
Returns
A Font.DetailedFontMetrics containing detailed measurements for the text obtained by composing the elements in the FormattedText collection.

Definition at line 626 of file FormattedText.cs.


The documentation for this class was generated from the following file: