Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 142,621 for

font

(0.85 sec)
  1. AsposeFontConvertToWOFF2 | Node.js

    Convert Fonts into woff2 format. Reliable Node.js 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/nodejs-cpp/convert-font/as...
  2. Setting Text Color Dynamically in C#|Aspose.Wor...

    Set Font text color for document contents dynamically when building a report using C#.... You can set a font color for text contents dynamically...textColor tag defines a text font color to be applied during runtime...

    docs.aspose.com/words/net/setting-text-color-dy...
  3. Font.complexScript property | Aspose.Words for ...

    Font.complexScript property. Specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run....complexScript property Font.complexScript property Specifies...DocumentBuilder ( doc ); builder . font . complexScript = true ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Strange artifact (tiny dot) at the bottom left ...

    As I see there is already similar issue reported in the topic ‘Gray dot as visual artifact at lower left corner of stamp’, but the topic is private, so I will make a new topic related to the issue When using a multiline…...rendering, especially with specific font and margin settings. To help...rendering issues. Set an explicit font : Use FontRepository.FindFont()...

    forum.aspose.com/t/strange-artifact-tiny-dot-at...
  5. 使用 C++ 合并与取消合并单元格|Documentation

    Aspose.Cells 是一个处理电子表格文件的 C++ 库,支持合并和取消合并单元格。本文将介绍如何使用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/merging-and-unmerg...
  6. Get Warning Information while Saving Visio File...

    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....text that does not have a local font. In such case, Aspose.Diagram...sample visio file . Font substitution : Font [ Athene Logos ] has...

    docs.aspose.com/diagram/net/get-warning-informa...
  7. DocumentVisitor.VisitCommentStart | Aspose.Word...

    Discover the DocumentVisitor VisitCommentStart method—your key to efficiently managing comment text enumeration in your projects.... Save ( ArtifactsDir + "Font.RemoveHiddenContentF.docx" );...fieldStart ) { if ( fieldStart . Font . Hidden ) fieldStart . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Developer Guide | Aspose.Font for JavaScript

    Developer Guide for JavaScript Font Manipulation API explains developers how to work with TrueType and OpenType Fonts, Type1 Fonts, and CFF Fonts....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/javascript-cpp/developer-g...
  9. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_LegendEntry method. Gets a legend entry for this chart series in C++....Shows how to work with a legend font. auto doc = System :: MakeObject...default font size all legend entries. chartLegend -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...PaperSizeType :: PaperA3 ); // Create a font for watermark, and specify bold...RenderingFont font ( u "Calibri" , 68 ); font . SetItalic ( true...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/