Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,272 for

glyph

(0.12 sec)
  1. Working with Text | C++ API Solution

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

    docs.aspose.com/page/cpp/xps/working-with-text/
  2. Customize PowerPoint Fonts in С++|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for С++ to keep your presentations sharp and consistent across any device....a custom font lacks certain glyphs? Yes. Configure font substitution...is used when the requested glyph is missing. Can I use fonts...

    docs.aspose.com/slides/cpp/custom-font/
  3. Aspose.Total for C++|Documentation

    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....between character codes and glyph identifiers. C++ application...render any desired glyph or text. Special glyphs can be rendered...

    docs.aspose.com/total/cpp/
  4. Customize PowerPoint Fonts in .NET|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for .NET to keep your presentations sharp and consistent across any device....a custom font lacks certain glyphs? Yes. Configure font substitution...is used when the requested glyph is missing. Can I use fonts...

    docs.aspose.com/slides/net/custom-font/
  5. Customize PowerPoint Fonts in Java|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for Java to keep your presentations sharp and consistent across any device....a custom font lacks certain glyphs? Yes. Configure font substitution...is used when the requested glyph is missing. Can I use fonts...

    docs.aspose.com/slides/java/custom-font/
  6. Customize PowerPoint Fonts in PHP|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for PHP via Java to keep your presentations sharp and consistent across any device....a custom font lacks certain glyphs? Yes. Configure font substitution...is used when the requested glyph is missing. Can I use fonts...

    docs.aspose.com/slides/php-java/custom-font/
  7. 处理 XPS 文件中的文本 | Python

    如何向 XPS 文件添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能...Add a glyph to the document 11 glyphs = doc. add_glyphs ( "Arial"...300, 450, "Hello World!" ) 12 glyphs. fill = text_fill 13 # Save...

    docs.aspose.com/page/zh/python-net/xps/working-...
  8. 处理 XPS 文件中的文本 | Java

    如何向 XPS 文件添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/zh/java/xps/working-with-t...
  9. Work with XPS Documents in Qt | Aspose.Page for...

    C++ Library for the developers to process XPS files. Learn how to work with XPS Documents in Qt within Aspose.Page API solution for C++....:get_Black()); 10 11 //Add glyph to the document 12 13 System...System ::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial"...

    docs.aspose.com/page/cpp/work-with-xps-document...
  10. Text Vectorization & Text Security – .NET

    This article explains how to convert SVG text to vector using the VectorizeText property of the SVGSaveOptions class....vectorized SVG text, all font glyphs are replaced with a combination...related to the concept of font, glyph and symbol. When a computer...

    docs.aspose.com/svg/net/text-vectorization/