Syncfusion Xamarin.Forms生成的PDF格式的文本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Syncfusion Xamarin.Forms生成的PDF格式的文本相关的知识,希望对你有一定的参考价值。
我想问你是否可以创建格式化文本
这个文字是正常的,这个是粗体。我们也有一个斜体字体斜率。
通过这种方式:
graphics.DrawString("This text is normal and this one is bold. We also have an italic font slope.", font, PdfBrushes.Black, new PointF(0, 0));
我试图使用html样式文本(https://help.syncfusion.com/file-formats/pdf/working-with-text#adding-a-html-styled-text)来编写文档,但Xamarin不支持PdfHTMLTextElement类。下一个选择是插入RTF文本(https://help.syncfusion.com/file-formats/pdf/working-with-text#inserting-rich-text-format-contents),也不可能在Xamarin中使用它。
我还要在PdfLightTable的单元格中有一个格式化的字符串。你有任何提示如何实现这一目标吗?
我非常感谢你的帮助。
目前,Xamarin平台不支持PdfHTMLTextElement。为了满足您的要求,我们创建了基于HTML标记将样式应用于文本的变通方法示例。
请找到Sample
谢谢。
以上是关于Syncfusion Xamarin.Forms生成的PDF格式的文本的主要内容,如果未能解决你的问题,请参考以下文章
Xamarin.Forms:如何在 Xamarin.Forms 跨平台项目中开发具有蓝牙连接的应用程序?
Xamarin.Forms:Forms.Context 已过时
Xamarin.Forms 和 Xamarin Native 有啥区别? [关闭]
如何使用 Xamarin.Forms.Maps(无 Xamarin.Forms.GoogleMaps)在地图中应用样式或更改颜色
Xamarin Forms Prism:prism ResourceDictionary 中已存在具有键“Xamarin.Forms.NavigationPage”的资源