Skip to content

Commit 48edb74

Browse files
committed
Update text-measure.md
1 parent 27aa58e commit 48edb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/radspreadprocessing/cross-platform-support/text-measure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The width of the columns in Excel is stored as a character count calculated base
3737

3838
This implementation uses PdfProcessing to obtain the size of the text and provides great precision. You need to explicitly set it to the **TextMeasurer** property of **SpreadExtensibilityManager**.
3939

40-
>note Due to [Font Limitations]({%slug radpdfprocessing-cross-platform-fonts%}) of the [PdfProcessing]({%slug radpdfprocessing-overview%}) library in .NET Standard you would have to provide a [FontsProvider implementation]({%slug pdfprocessing-implement-fontsprovider%}) as well.
40+
>note Due to the [Font Limitations]({%slug radpdfprocessing-cross-platform-fonts%}) of the [PdfProcessing]({%slug radpdfprocessing-overview%}) library in .NET Standard, you should provide a [FontsProvider implementation]({%slug pdfprocessing-implement-fontsprovider%}) as well.
4141
4242
>important To use the **SpreadFixedTextMeasurer** class, you must add a reference to **Telerik.Documents.Fixed.dll**.
4343

0 commit comments

Comments
 (0)