Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,352 for

truetype

(0.09 sec)
  1. Aspose.Word Java - add custom-fonts to resource...

    Hello, I have read that there is a way to specify a directory to load fonts from. Is there also a way to load the fonts delivered by the application directly by src/main/resources/fonts - path? I had in mind to do it …...com/words/java/specify-truetype-fonts-location/ In your case...aspose.com/words/java/specify-truetype-fonts-location/#loading-fonts-from-stream...

    forum.aspose.com/t/aspose-word-java-add-custom-...
  2. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copying encoding data for cases when Truetype symbolic font has more than one encoding. Some PDF documents after conversion into PDF/A format could give an error More than one encoding in symbolic Truetype fonts cmap. What is a reason of this error All Truetype symbolic fonts have special table cmap in its internal data. This table maps character codes to glyph indices. And this table could contain different encoding subtables which describe encodings used. See advanced info about cmap tables at https//developer.apple.com/fonts/Truetype-Reference-Manual/RM06/Chap6cmap.html. Usually cmap table contains several encoding subtables but PDF/A standard requires that either only one encoding subtable must be left for this font in PDF/A document or there must be a 30 encoding subtable among this font subtables. And key question here - what data must be taken from another subtables to copy into destination encoding table 30 Majority of fonts have well-formed cmap tables where every encoding subtable is fully consistent with another subtable. But some fonts have cmap tables with collisions - where for example one subtable has glyph index 100 for unicode 100 but another subtable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subtable10 is looked for. If this table is found only this data used to fill destination table 30. If mac subtable is not found then all subtables except 30 are iterated and used to copy data into destination 30 subtable. Also mapping for every unicodeunicode glyph index is copied into destination table only if destination table does not have this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subtable has glyph index 200 for the same unicode 100 only data from first subtable unicode100 glyph index 100 will be copied. So each previous subtable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicfontencodingstrategy help tune default behaviour. If property PreferredCmapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcmapencodingtable of type CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype is set then relevant subtable will be used in precedence to mac subtable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype has no sense in this case cause it points on the same mac subtable 10 which will be used by default. Property CmapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cmapencodingtablespriorityqueue discards all priorities for any subtable. If this property is set then only subtables from declared queue will be used in specified order. If subtables specified are not found then default iteration of all subtables and copy strategy described above will be used. Object QueueItem./pdfasymbolicfontencodingstrategy.queueitem specifies encoding subtable used. This subtable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype enumeration. In case when the font has no 30 subtable some other subtable will be used to maintain the PDF/A compatibility. The choice of the subtable to use is made under the same rules as described earlier so that PreferredCmapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcmapencodingtable and CmapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cmapencodingtablespriorityqueue properties are used to determine the resultant subtable and if the font doesnt have the requested subtables either then any existant subtable will be used....encoding data for cases when TrueType symbolic font has more than...than one encoding in symbolic TrueType font’s cmap”. What is a reason...

    reference.aspose.com/pdf/net/aspose.pdf/pdfasym...
  3. 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...
  4. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copy encoding data for cases when Truetype symbolic font has more than one encoding. Some PDF documents after conversion into PDF/A format could have error More than one encoding in symbolic Truetype fonts cmap. What is a reason of this error All Truetype symbolic fonts have special table cmap in its internal data. This table maps character codes to glyph indices. And this table could contain different encoding subtables which describe encodings used. See advanced info about cmap tables at https//developer.apple.com/fonts/Truetype-Reference-Manual/RM06/Chap6cmap.html. Usually cmap table contains several encoding subtables but PDF/A standard requires that only one encoding subtable 30 must be leaved for this font in PDF/A document. And key question here - what data must be taken from another subtables to copy into destination encoding table 30 Majority of fonts have well-formed cmap tables where every encoding subtable is fully consistent with another subtable. But some fonts have cmap tables with collisions - where for example one subtable has glyph index 100 for unicode 100 but another subtable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subtable10 is looked for. If this table is found only this data used to fill destination table 30. If mac subtable is not found then all subtables except 30 are iterated and used to copy data into destination 30 subtable. Also mapping for every unicodeunicode glyph index is copied into destination table only if destination table has no this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subtable has glyph index 200 for the same unicode 100 only data from first subtable unicode100 glyph index 100 will be copied. So each previous subtable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicfontencodingstrategy help tune default behaviour. If property PreferredCmapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcmapencodingtable of type CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype is set then relevant subtable will be used in precedence to mac subtable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype has no sense in this case cause it points on the same mac subtable 10 which will be used by default. Property CmapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cmapencodingtablespriorityqueue discards all priorities for any subtable. If this property is set then only subtables from declared queue will be used in specified order. If subtables specified are not found then default iteration of all subtables and copy strategy described above will be used. Object QueueItem./pdfasymbolicfontencodingstrategy.queueitem specifies encoding subtable used. This subtable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype enumeration....encoding data for cases when TrueType symbolic font has more than...than one encoding in symbolic TrueType font’s cmap”. What is a reason...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  5. Custom PowerPoint Font in C#|Aspose.Slides Docu...

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

    docs.aspose.com/slides/net/custom-font/
  6. 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/java/custom-font/
  7. Font style changes and text overlap issue - Fre...

    I am using the Aspose.Words.MailMerging library, and I can execute the MailMerge locally without any text overlap. However, when I run the published version, the font style changes, and the text overlaps...com/words/net/specifying-truetype-fonts-location/ siranjeevimurugesan...aspose.com/words/net/specifying-truetype-fonts-location/ If you would...

    forum.aspose.com/t/font-style-changes-and-text-...
  8. Aspose.Font for .NET 22.10 Release Notes

    This page contains new Aspose.Font for .NET features, enhancement, and bug fixes in 2022, version 22.10....copying composite glyphs in TrueType font converters has been added...copying composite glyphs in TrueType font converters New Feature...

    docs.aspose.com/font/net/aspose-font-for-net-22...
  9. Aspose.Words.Document Font issue for PDF - Free...

    I’m using .net core api with 6.0 framework in windows system. And I’m using latest version for Aspose.Words. I want to download pdf with Japanese text/fonts. I’m trying to download pdf on Docker. But Japanese font not ab…...com/words/net/specifying-truetype-fonts-location/ In your case...aspose.com/words/net/specifying-truetype-fonts-location/#loading-fonts-from-stream...

    forum.aspose.com/t/aspose-words-document-font-i...
  10. FontSettings | Aspose.Imaging for .NET API Refe...

    FontSettings Contents [ Hide ] FontSettings class General imaging vector formats renderer font settings. public stati......Words looks for TrueType fonts. static Reset () Resets...bool) Sets the folders where TrueType fonts are loaded from and...

    reference.aspose.com/imaging/net/aspose.imaging...