Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 2,278 for

glyph

(1.44 sec)
  1. 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/
  2. 类型1字体的字形和指标|Java

    Java API可供开发人员操纵和字体文件。了解有关如何使用Java中1型字体的字形和指标的基础知识。... println ( "Glyph count: " + font. getNumGlyphs...

    docs.aspose.com/font/zh/java/glyphs-and-metrics...
  3. Text extraction for PDFs with custom encoding -...

    Hi, we frequently encounter PDFs where text extraction returns garbage. Acrobat Reader can display them fine but when you copy and paste some content or export it as text you get garbage characters. Searching fails. By …...there’s no mapping between the glyph and the corresponding unicode...

    forum.aspose.com/t/text-extraction-for-pdfs-wit...
  4. PDF → PPTX exports text into the Private Use Ar...

    Environment Product: Aspose.PDF for .NET Version exhibiting the issue: 26.4.0 (also reproduced on every release from 25.12.0 through 26.6.0, the current latest) Last known good version: 25.11.0 Runtime / OS: .NET 8 and …...Unicode characters have no glyph in the symbol-encoded subset...

    forum.aspose.com/t/pdf-pptx-exports-text-into-t...
  5. Convert a Document to PDF in Node.js|Aspose.Wor...

    Convert a document to PDF using Node.js. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....canvases will be removed, neighbor glyphs with the same formatting will...canvases will be removed, neighbor glyphs with the same formatting will...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  6. API to eSign XPS Files | Aspose.Page for .NET

    C# source code to e-Sign XPS documents on .NET Framework Platform, Windows, and ASP.NET Applications. Simple APIs for XPS Signature functionality....Black); //Add glyph to the document XpsGlyphs glyphs = document...50f , "eSignature Text" ); glyphs.Fill = textFill; document.Save(...

    products.aspose.com/page/net/signature/xps/
  7. TYPE1 to WOFF Converter API | C++

    Easily convert your existing TYPE1 font libraries to the modern WOFF format within your C++ applications using our intuitive Font API Solution....any desired glyph or text, as well as special glyphs using simple...

    products.aspose.com/font/cpp/conversion/type1-t...
  8. 使用 Aspose.Font 进行摩尔斯电码翻译 | .NET

    了解如何在 C#/.NET 和 Java 中使用 Aspose.Font 编码、解码和渲染摩尔斯电码,并提供完整的 API 示例和平台指南。..." ); 32 33 // Encode → glyph IDs. 34 var ids = encoder. Encode...font); 35 Console. WriteLine ( "Glyph IDs: " + string. Join ( ", "...

    docs.aspose.com/font/zh/net/developer-guide/mor...
  9. 类型1字体的字形和指标 | C++

    C ++ API用于开发人员操纵和字体文件。了解有关如何使用C ++中类型字体的字形和指标工作的基本原理。...::Console::WriteLine(System::String(u "Glyph count: " ) + font -> get_NumGlyphs());...

    docs.aspose.com/font/zh/cpp/glyphs-and-metrics-...
  10. 文本操作 | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加文本的问题。了解如何在 C++ 中使用该功能...lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

    docs.aspose.com/page/zh/cpp/xps/working-with-text/