Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,718 for

truetype

(0.09 sec)
  1. Font classes for supported Font Formats | .NET

    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 object type TrueType TTF Type 1 Type 1 Compact...those fonts. For example, TrueType format covers the following...

    docs.aspose.com/font/net/developer-guide/font-c...
  2. DocumentBase.font_infos property | Aspose.Words...

    DocumentBase.font_infos property. Provides access to properties of fonts used in this document....save a document with embedded TrueType fonts. doc = aw . Document...is_true_type else 'not ' ) } a TrueType font" ) See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontInfo.family property | Aspose.Words for Python

    FontInfo.family property. Gets or sets the font family this font belongs to....family ) print ( ' \t -' , 'Is TrueType' if font_info . is_true_type...is_true_type else 'Is not TrueType' ) print ( ' \t - Pitch:' , font_info...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert Word to PDF - Bullet list is not showin...

    @asad.ali we have another issue when converting a word file to pdf, if the word file contains list bullet like this image after converting the word document to a pdf , bullet list isn’t shown correctly....com/words/java/specify-truetype-fonts-location/ https://docs...aspose.com/words/java/install-truetype-fonts-on-linux/ minaeimi August...

    forum.aspose.com/t/convert-word-to-pdf-bullet-l...
  5. Custom PowerPoint Font in JavaScript|Aspose.Sli...

    PowerPoint custom fonts in JavaScript...loadExternalFonts method: TrueType (.ttf) and TrueType Collection (.ttc)...ttc) fonts. See TrueType . OpenType (.otf) fonts. See OpenType...

    docs.aspose.com/slides/nodejs-java/custom-font/
  6. FontInfo class | Aspose.Words for Node.js

    Aspose.Words.Fonts.FontInfo class. Specifies information about a font used in the document...Indicates that this font is a TrueType or OpenType font as opposed...isTrueType ? "" : "not " } a trueType font` ); } See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this document.... "" : "not " } a trueType font` ); } Shows how to save...save a document with embedded TrueType fonts. let doc = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Extract fonts from PDF|Aspose.PDF for PHP via Java

    How to extract font from PDF using Aspose.PDF for PHP...each font and save it as a TrueType font file. foreach ( $fonts...$outputFile ); // Save the font as a TrueType font file. $font -> save (...

    docs.aspose.com/pdf/php-java/extract-fonts-from...
  9. Custom PowerPoint Font in Java|Aspose.Slides Do...

    PowerPoint custom fonts in Java...loadExternalFonts method: TrueType (.ttf) and TrueType Collection (.ttc)...ttc) fonts. See TrueType . OpenType (.otf) fonts. See OpenType...

    docs.aspose.com/slides/androidjava/custom-font/
  10. Custom Font in C++|Aspose.Slides Documentation

    PowerPoint custom fonts in C++...FontsLoader::LoadExternalFonts : TrueType (.ttf) and TrueType Collection (.ttc)...ttc) fonts. See TrueType . OpenType (.otf) fonts. See OpenType...

    docs.aspose.com/slides/cpp/custom-font/