Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 6,632 for

font encoding

(0.07 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for Font Coding and Management – Font Encoding and Management API för Java - Asposehttps://products.aspose.com/Font/sv/java/Recent content......Apps for Font Coding and Management – Font Encoding and Management...aspose.com/font/sv/java/Recent content in Font Encoding and Management...

    products.aspose.com/font/sv/java/index.xml
  2. CdrFont - Aspose.Imaging for Java - API Reference

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....font com.aspose.imaging.fileformats...aspose.imaging.xmp.types.complex.font com.aspose.imaging.xmp.types...

    reference.aspose.com/imaging/java/com.aspose.im...
  3. package-summary - Aspose.Font for Java - API Re...

    com.aspose.Font Interfaces IEncodingParameters IFont IFontCharactersMerger IFontEncoding IFontMetrics IFontSaver IGly......font Interfaces IEncodingParameters IFont IFontCharactersMerge...CurveTo FileSystemStreamSour Font FontBBox FontDefinition FontEnvironment...

    reference.aspose.com/font/java/com.aspose.font/...
  4. FormattedText | Aspose.PDF for Java API Reference

    Class which represents formatted text....backColor, FontStyle textFont, int encoding, boolean embedded, float textSize)...color getFont() Gets font getFontSize() Gets font size getTextHeight()...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  5. FormattedText - Aspose.PDF for Java - API Refer...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....backColor, int textFont, int encoding, boolean embedded, float textSize)...() Gets first line Font getFont () Gets font float getFontSize...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  6. 6. How to set up new fonts

    This article covers setting up new Fonts for use with LaTeX and also includes an example of a Font definition....Font Product Solution Aspose.TeX...LaTeX font selection scheme 6. How to set up new fonts Live Demos...

    docs.aspose.com/tex/java/latex-fonts-setup/
  7. Aspose.Font.Exceptions | Aspose.Font for .NET A...

    The Aspose.Font.Exceptions namespace provides classes describing exceptions used in Aspose.Font....Font.Exceptions The Aspose.Font.Exceptions namespace provides...describing exceptions used in Aspose.Font. Classes Class Description EncodingException...

    reference.aspose.com/font/net/aspose.font.excep...
  8. IFont | Aspose.Font for .NET API Reference

    Declares common functionality for all Font formats. Implemented by Font classes....functionality for all font formats. Implemented by Font classes. public...Description Encoding { get; } Gets Font encoding. FontDefinition...

    reference.aspose.com/font/net/aspose.font/ifont/
  9. iencodingparameters - Aspose.Font for Java - AP...

    com.aspose.Font Interfaces IEncodingParameters IFont IFontCharactersMerger IFontEncoding IFontMetrics IFontSaver IGly......font Interfaces IEncodingParameters IFont IFontCharactersMerge...CurveTo FileSystemStreamSour Font FontBBox FontDefinition FontEnvironment...

    reference.aspose.com/font/java/com.aspose.font/...
  10. 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....copying encoding data for cases when TrueType symbolic font has more...more than one encoding. Some PDF documents after conversion into...

    reference.aspose.com/pdf/net/aspose.pdf/pdfasym...