Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,919 for

glyphs

(0.05 sec)
  1. 基于事件的 XPS 页面修改 | .NET

    了解如何使用 Aspose.Page API for .NET 在 XPS 文件转换过程中对所有输出页面进行重复更改...ElementAPI ; 26 27 XpsGlyphs glyphs; 28 // For all pages in the...hyperlink to the first page... 32 glyphs = api. CreateGlyphs (_font...

    docs.aspose.com/page/zh/net/xps/event-based-mod...
  2. 修改 XPS 页面事件 | Java

    学习如何使用 Aspose.Page API for Java 转换 XPS 文件时对所有输出页面进行重复更改...getElementAPI (); 30 31 XpsGlyphs glyphs; 32 // For all pages in the...hyperlink to the first page... 36 glyphs = api. createGlyphs (_font...

    docs.aspose.com/page/zh/java/xps/modifying-xps-...
  3. Aspose.Words.Shaping | Aspose.Words for .NET

    Discover Aspose.Words.Shaping for seamless OpenType support. Enhance your text rendering with powerful external shaping engines for superior document quality....and glyphs composing a grapheme. Glyph Represents a glyph VariationAxisCoordin...provide information about how glyphs are used in a font to render...

    reference.aspose.com/words/net/aspose.words.sha...
  4. NumeralFormat enumeration | Aspose.Words for No...

    Aspose.Words.Saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats....ArabicIndic" to // use glyphs from the U+0660 to U+0669 range...to determine what number of glyphs to use. // Set the "NumeralFormat"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FixedPageSaveOptions.numeralFormat property | A...

    FixedPageSaveOptions.numeralFormat property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals...ArabicIndic" to // use glyphs from the U+0660 to U+0669 range...to determine what number of glyphs to use. // Set the "NumeralFormat"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Specify Fallback Fonts for Presentations in Pyt...

    Master Aspose.Slides for Python via .NET to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS.... used for searching missed glyphs, and a list of fonts that may...may contain proper glyphs: startUnicodeIndex = 0x0B80 endUnicodeIndex...

    docs.aspose.com/slides/python-net/create-fallba...
  7. Using Glyph objects | API Solution for 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++....Font C++ Developer Guide Using Glyph objects in Aspose.Font for C++...Reference Nuget Pricing Buy Using Glyph objects | API Solution for C++...

    docs.aspose.com/font/cpp/developer-guide/using-...
  8. NumeralFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.NumeralFormat enum for optimal number representation in fixed page formats. Enhance your document rendering today!...ArabicIndic" to // use glyphs from the U+0660 to U+0669 range...to determine what number of glyphs to use. // Set the "NumeralFormat"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 基于事件的 XPS 页面修改 | C++

    了解如何使用 Aspose.Page API for C++ 在 XPS 文件转换过程中对所有输出页面进行重复更改...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/zh/cpp/xps/event-based-mod...
  10. Working with Text in XPS file | .NET

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...); 8 //Add glyph to the document 9 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 10 glyphs. Fill = textFill; 11 // Save...

    docs.aspose.com/page/net/xps/working-with-text/