Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 139,432 for

font

(0.14 sec)
  1. MeasurementUnits enumeration | Aspose.Words for...

    Aspose.Words.MeasurementUnits enumeration. Specifies the unit of measurement....used in traditional typewriter font spacing). Examples Shows how...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to fix RuntimeException - Fontconfig head i...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....head is null, check your fonts or fonts configuration occurs when...required fonts on the system. Aspose.Cells relies on font files...

    docs.aspose.com/cells/java/how-to-fix-runtimeex...
  3. How to Install TrueType Fonts on Linux|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....AI How to Install TrueType Fonts on Linux Contents [ Hide ] The...install “Windows fonts” or “TrueType fonts” on your Linux system...

    docs.aspose.com/cells/java/how-to-install-truet...
  4. Missing Text When Converting PPTX to PDF with A...

    Hello, we’ve been seeing issues with all text in some PPTX files missing from generated PDFs on our linux server. I’ll attach one of the files along with the code snippet and converted PDF here. The same code works fine…...of the two machines have the font used in the PPTX installed,...not think this is a missing fonts issue. Would appreciate any...

    forum.aspose.com/t/missing-text-when-converting...
  5. Wmf to png conversion absolute line and divid l...

    Using aspose.imageing java product: converting wmf to png file. After converting wmf to png , the absolute line e.g. |u| , “|” getting very faint in png file. wmf file and converted png file enclosed in zip format. i…...depend on OS/Java/installed fonts and so on) // Please test the...wrong font is being used. Perhaps there is no necessary font on...

    forum.aspose.com/t/wmf-to-png-conversion-absolu...
  6. 使用JavaScript通过C++格式化区域|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++格式化Excel中的单元格区域。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...workbook . createStyle (); style . font . color = AsposeCells . Color...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  7. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...GetStyle (); // Create a Font object Font font = style . GetFont ();...(); // Set the name font . SetName ( u "Times New Roman" ); //...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  8. System.Drawing.Common (System.Drawing) alternat...

    System.Drawing alternative with Aspose.Drawing.Common C# API for drawing pictures. Cross platform drawing library for support 2D drawing including drawing lines, drawing shapes and bezier curves. Using affine transformation, anti-aliasing lines and shapes. Rendering text with different styles and Fonts....anti-aliasing and hinting, ensuring that font edges appear smooth without...supports strikeout or underline font rendering and the possibility...

    docs.aspose.com/drawing/net/developer-guide/sys...
  9. 在 VSTO 和 Aspose.Slides 中在 PowerPoint 幻灯片上创建表格|A...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... ToString (); //Set font size of the text as 10 tf ....TextRange . Text . Length ). Font . Size = 10 ; } } //Save the...

    docs.aspose.com/slides/zh/net/creating-a-table-...
  10. Set Range Border|Documentation

    This article shows how to set a range border by the Aspose.Cells for Python via .NET API....ribbon, locate the “Font” group. Within the “Font” group, click on...

    docs.aspose.com/cells/python-net/set-range-border/