Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 3,815 for

truetype

(0.09 sec)
  1. File Format APIs for .NET Core, Java, Python, C...

    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....formats including CFF, TTF, TrueType, OpenType, SVG, EOT, and Type1...

    products.aspose.com/
  2. Using Glyph objects | C++

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs in C++....independently from font format(TrueType, Compact Font Format, etc)...

    docs.aspose.com/font/cpp/developer-guide/using-...
  3. Aspose::Words::Saving::SvgSaveOptions class | A...

    Aspose::Words::Saving::SvgSaveOptions class. Can be used to specify additional options when saving a document into the Svg format. To learn more, visit the documentation article in C++....PostScript outlines when embedding TrueType fonts in a document upon it...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. ImageSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images...PostScript outlines when embedding TrueType fonts in a document upon it...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AsposeTeXforPython – 常见问题解答

    AsposeTeXforPython 的综合常见问题解答,详细介绍了如何安装纯 Python API、转换 LaTeX、管理字体、支持的包等等。...Unicode 字体覆盖范围 仅完全支持具有完整字形集的 TrueType/OpenType 字体;旧版 Type1 字体可能需要转换。...

    docs.aspose.com/tex/zh/python-net/faq/
  6. Installed font will be substituted - Free Suppo...

    The PowerPoint presentation uses font “Brush Script MT”. The presentation shall be saved as a PDF. Using a FontSubstRule it shall be replaced with “Pacifico”, which is installed on the Windows machine. But using a Warnin…...see that "Pacifico Regular (TrueType)" is installed at "C:\Use...

    forum.aspose.com/t/installed-font-will-be-subst...
  7. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....IsNullOrEmpty ()) { // Load the TrueType font into stream object auto...the feature to use Custom/TrueType fonts while creating/manipulating...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  8. 什么是PS文件? |知识库

    PS作为PDLS语言之一,在这里充分说明。此页简要回答“什么是PS文档?”...Compact Fonts (CFF)- Chameleon- TrueType- CID-keyed Color spaces -...

    docs.aspose.com/page/zh/net/what-is-ps-file/
  9. How to Install Aspose.PDF for .NET|Aspose.PDF f...

    This section shows a product description and instructions for installing Aspose.PDF for .NET on your own, as well as using NuGet....placed in “/usr/share/fonts/truetype/msttcorefonts” directory as...

    docs.aspose.com/pdf/net/installation/
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...fontFile = "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf" ;...( fontFile != "" ) { // 将 TrueType 字体加载到流对象中 FileInputStream...

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