Uses of Package
org.foray.ps.encode

Packages that use org.foray.ps.encode
org.foray.ps Classes for handling the intepretation of PostScript input. 
org.foray.ps.encode Classes modelling the various encoding vector and CMap concepts that map a Unicode code point to a font glyph index. 
 

Classes in org.foray.ps.encode used by org.foray.ps
EncodingVector4a
          Encoding instances provide some standard encoding resources for PostScript.
GlyphList4a
          Class handling glyph-to-Unicode mappings.
 

Classes in org.foray.ps.encode used by org.foray.ps.encode
CharSet4a
          The FOray implementation of CharSet.
CharSetExtendedRoman
          Class containing hard-coded values that represent the ExtendedRoman character set.
CharSetWindowsANSI
          Class containing hard-coded values that represent the "Windows ANSI" character set, also known as Windows Code Page 1252.
CMap
          Abstract superclass for all CMap Tables.
CMap04Entry
          Contains one entry from a TrueType CMap subtable, format 4, which handles 16-bit Unicode codepoint ranges.
CMap12Entry
          Contains one entry from a TrueType CMap subtable, Format 12, which handles 32-bit Unicode codepoint ranges.
EncodingCE
          Class containing hard-coded values that represent the CE (Central European) Encoding Vector documented at PLRM2, Appendix E.5.
EncodingExpert
          Class containing hard-coded values that represent the Expert Encoding Vector documented at PostScript Language Reference, 3rd Edition, Appendix E.9.
EncodingExpertSubset
          Class containing hard-coded values that represent the ExpertSubset Encoding Vector documented at PostScript Language Reference, 3rd Edition, Appendix E.9 and E.11.
EncodingFOrayLatinExtra
          Class containing hard-coded values that represent the FOrayLatinExtra Encoding Vector.
EncodingISOLatin1
          Class containing hard-coded values that represent the ISOLatin1Encoding Encoding Vector documented at PLRM2, Appendix E.7.
EncodingMacExpert
          Class containing hard-coded values that represent the MacExpertEncoding Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.2.
EncodingMacRoman
          Class containing hard-coded values that represent the MacRomanEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
EncodingMacStandard
          Class containing hard-coded values that represent the "standard Macintosh ordering" described in the TrueType font reference material (TTF Reference).
EncodingPDFDoc
          Class containing hard-coded values that represent the PDFDocEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
EncodingStandard
          Class containing hard-coded values that represent the StandardEncoding Encoding Vector documented at PLRM3, Appendix E.5.
EncodingSymbol
          Class containing hard-coded values that represent the Symbol Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.3.
EncodingVector4a
          Encoding instances provide some standard encoding resources for PostScript.
EncodingWinAnsi
          Class containing hard-coded values that represent the WinAnsiEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
EncodingZapfDingbats
          Class containing hard-coded values that represent the ZapfDingbats Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.4.
GlyphList4a
          Class handling glyph-to-Unicode mappings.
GlyphListAGL
          A hard-coded representation of the Adobe Glyph List (AGL), used for mapping glyph names to Unicode code points.
GlyphListZapfDingbats
          A hard-coded representation of the Zapg Dingbats glyph list, used for mapping glyph names to Unicode code points.
 



Copyright © 2017. All rights reserved.