Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 139,621 for

font

(0.14 sec)
  1. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。... GetStyle (); // Set the font name to "Times New Roman" style...cell . GetStyle (); // Set the font weight to bold style . GetFont...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  2. Working with Textures in PS file | Python

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/page/python-net/ps/working-with...
  3. 使用 PHP 在演示文稿中嵌入字体|Aspose.Slides for PHP 文档

    通过 Java 的 Aspose.Slides for PHP 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确渲染。...$pres = new Presentation ( "Fonts.pptx" ); try { $allFonts = $pres...Array" ); foreach ( $allFonts as $font ) { $embeddedFontsContain =...

    docs.aspose.com/slides/zh/php-java/embedded-font/
  4. HTML to PDF, special character error - Free Sup...

    Hello, if we converting the attached files to PDF, the Character “§” is not visible in the attached PDF. Probably an encoding issue because ASCII is used in this case. I’ve tried other encodings as well, with no succes…...the correct encoding, or the font used during conversion does...matches it. Specify a fallback font that is known to contain the...

    forum.aspose.com/t/html-to-pdf-special-characte...
  5. PDF Manipulation and OCR Addition via Node.js A...

    Node.js API to manipulate PDF files as well as extract text from images via applications....Font for Node.js via C++ Aspose.Font for Node.js...load, render, and save various font formats, including TrueType...

    products.aspose.com/total/nodejs-cpp/
  6. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....getFont() Provides access to the font formatting of the axis title...getFont() public Font getFont() Provides access to the font formatting...

    reference.aspose.com/words/java/com.aspose.word...
  7. Supported CSS properties for HTML to PDF conver...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. We would like to understand the CSS properties that are fully supported during the conversion process. Having this information will h…...@"<html><head><style> body {font-family:Arial; font-size:12pt; color:#333;...

    forum.aspose.com/t/supported-css-properties-for...
  8. Incorrect Rendering of EQ Field with Center-Ali...

    Description When exporting a DOCX that contains a Word EQ field using the below syntax, Aspose.Words renders the result differently from Microsoft Word 2010. Field Equation Example { EQ \b\bc({content}) } Expected Res…...style="widows:0; orphans:0; font-family:'Times New Roman'; font-size:12pt"><div><p...overstrike ( \o ) combined with font borders or images, where Aspose...

    forum.aspose.com/t/incorrect-rendering-of-eq-fi...
  9. .docx to .html table formatting error - Free Su...

    Hi, When converting a .docx file to a.html file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. I had the same error with pdf conversion which as solved with …...true, // If font issues exist, exporting embedded fonts might help...= true // If font issues exist, exporting font resources might...

    forum.aspose.com/t/docx-to-html-table-formattin...
  10. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++....ribbon, locate the “Font” group. Within the “Font” group, click on...

    docs.aspose.com/cells/cpp/set-range-border/