Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,518 for

glyphs

(0.21 sec)
  1. Working with Text in XPS file | Java

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

    docs.aspose.com/page/java/xps/working-with-text/
  2. Working with Text in XPS file | Python

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Add a glyph to the document 8 glyphs = doc. add_glyphs ( "Arial"...300, 450, "Hello World!" ) 9 glyphs. fill = text_fill 10 # Save...

    docs.aspose.com/page/python-net/xps/working-wit...
  3. NumeralFormat | Aspose.Words for Java

    Indicates the symbol set that is used to represent numbers while rendering to fixed page formats in Java....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/java/com.aspose.word...
  4. Font Subsetting | Aspose.Font API Solution

    Subsetting is the process of creating a compact, easy-to-manage font file by getting rid of the needless characters from the font file. But why to do so....may be represented by a few glyphs. We will explain this moment...was told in the article about glyphs , font file includes as it...

    docs.aspose.com/font/net/what-is-font/font-subs...
  5. Font classes for supported Font Formats | API f...

    To understand Aspose.Font for .NET library start from the hierarchy of its classes. The article will give you understanding of how to manipulate fonts....font metrics, the number of glyphs of the font, encoding, etc...object. int - gets number of glyphs of the font. - gets a reference...

    docs.aspose.com/font/net/developer-guide/font-c...
  6. FontFallbackSettings.buildAutomatic method | As...

    FontFallbackSettings.buildAutomatic method. Automatically builds the fallback settings by scanning available fonts....fields and not by the actual glyphs presence. Also Unicode ranges...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TTF font subsetting tool | API for C# .NET | As...

    Creating font subsets will let you enhance web performance and language support. Learn how to create a subset from the TTF font with C# code....Conversion, manipulations with glyphs, detection of Latin symbols...ensures that the necessary glyphs are included and the local...

    products.aspose.com/font/net/font-subset/
  8. Modify and add new XPS files | .NET

    .NET API Solution to manage XPS files. Create and modify XPS files with a few lines of code. Learn the C# examples on how to do it.... If needed, add glyphs to the document using the AddGlyphs()...XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(...

    products.aspose.com/page/net/create-xps-file/
  9. HtmlSaveOptions.FontResourcesSubsettingSizeThre...

    Optimize your HTML, MHTML, or EPUB files with the FontResourcesSubsettingSizeThreshold property, ensuring efficient font resource management. Default, 0....especially with large number of glyphs, then output size can grow...font resource by filtering out glyphs that are not used by the current...

    reference.aspose.com/words/net/aspose.words.sav...
  10. HtmlSaveOptions.fontResourcesSubsettingSizeThre...

    HtmlSaveOptions.fontResourcesSubsettingSizeThreshold property. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB...especially with large number of glyphs, then output size can grow...font resource by filtering out glyphs that are not used by the current...

    reference.aspose.com/words/nodejs-net/aspose.wo...