Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 242 for

fontfile

(0.52 sec)
  1. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based application or an image....profiles import FontFile , Text # For complete examples...Load font from bytes font = FontFile . parse ( open ( r "test-font...

    docs.aspose.com/3d/python-net/aspose-3d-documen...
  2. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...GetDataDir_AsposePdf_Text (); var fontFile = dataDir + "HPSimplified...world" ); if ( File . Exists ( fontFile )) { // Load the TrueType...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  3. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...FileNotFoundExceptio { String fontFile = "/usr/share/fonts/truet...TextFragment ( "Hello world" ); if ( fontFile != "" ) { // 将 TrueType 字体加载到流对象中...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  4. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...pdf" ); String fontFile ( "C: \\ Windows \\ Fonts...( "Hello world" ); if ( ! fontFile . IsNullOrEmpty ()) { // 将...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  5. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...could you please share me the fontfile JinbiaoSong.zip,I could not...

    forum.aspose.com/t/rare-chinese-characters-disp...
  6. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based Java application or an image....font from bytes var font = FontFile . parse ( Files . readAllBytes...

    docs.aspose.com/3d/java/aspose-3d-document-obje...
  7. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....following signature: (FileInfo fontFile), use this constructor for...

    docs.aspose.com/font/net/how-to-load-fonts/
  8. How to load fonts? | Aspose.Font for Java

    How to load fonts into your application using Aspose.Font for Java? The answer is given in the article explained in the code examples....following signature: (File fontFile), use this constructor for...

    docs.aspose.com/font/java/how-to-load-fonts/
  9. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET application or an image....font from bytes var font = FontFile . Parse ( File . ReadAllBytes...

    docs.aspose.com/3d/net/aspose-3d-document-objec...
  10. How to load fonts? | Aspose.Font for C++

    Here is described how to load fonts with C++. You will learn the objects, parameters, methods required for this, and get examples of loading....(System::SharedPtr System::IO::FileInfo fontFile), use this constructor for...

    docs.aspose.com/font/cpp/how-to-load-fonts/