Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 141,519 for

font

(0.25 sec)
  1. 使用 Java 管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... Font font = new java . awt . Font ( control . getProperties...( "FontName" ), java . awt . Font . PLAIN , 16 ); graphics . setColor...

    docs.aspose.com/slides/zh/java/activex/
  2. FieldSymbol class | Aspose.Words for Python

    aspose.words.fields.FieldSymbol class. Implements a SYMBOL field...Field ) font_name Gets or sets the name of the font of the character...field. font_size Gets or sets the size in points of the font of the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EmphasisMark enumeration | Aspose.Words for Python

    aspose.words.EmphasisMark enumeration. Specifies possible types of emphasis mark.... font . emphasis_mark = emphasis_mark...builder . writeln () builder . font . clear_formatting () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...// Create a Font object const font = style . font ; // Set the...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  5. ImportFormatOptions class | Aspose.Words for Py...

    aspose.words.ImportFormatOptions class. Allows to specify various import options to format output... font . size = 14 my_style . font . name = 'Courier...'Courier New' my_style . font . color = aspose . pydrawing . Color...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AsposeFontConvertToWOFF | Javascript

    Convert Fonts into woff format. Reliable Javascript via C++ library for Font conversion from Aspose.Font....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/javascript-cpp/convert-fon...
  7. FontConfigSubstitutionRule.isFontConfigAvailabl...

    Hi, I think I discovered a bug in Aspose Words for Java, affecting the newest version 23.12 and several older versions, for which I could not find any other threads in this forum: FontConfigSubstitutionRule.isFontConfi…...false on linux systems, although Font-Config, especially fc-match...Java ignoring all font subsitutions known to Font-Config / fc-match...

    forum.aspose.com/t/fontconfigsubstitutionrule-i...
  8. Work with TrueType and OpenType Fonts| Java

    Java APIs for the developers to manipulate and Font files. Find out how to work with TrueType and OpenType Fonts in your Java products....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/java/working-with-truetype...
  9. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...loadOptions); } // Map your local fonts folder (where ARIALUNI.TTF resides)...MapPath("~"), "fonts"); // Configure Aspose to load fonts from that...

    forum.aspose.com/t/how-to-imprve-performance-be...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....pdf" ); } Loading Font from Stream The following code...code snippet shows how to load Font from Stream object when adding...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/