Uses of Class
org.foray.ps.encode.EncodingVector4a

Packages that use EncodingVector4a
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. 
 

Uses of EncodingVector4a in org.foray.ps
 

Methods in org.foray.ps that return EncodingVector4a
 EncodingVector4a PsServer4a.parseEncodingVector(String name, InputStream inputStream, int columnNum, int radix, List<String> glyphLists)
           
 

Uses of EncodingVector4a in org.foray.ps.encode
 

Subclasses of EncodingVector4a in org.foray.ps.encode
 class EncodingCE
          Class containing hard-coded values that represent the CE (Central European) Encoding Vector documented at PLRM2, Appendix E.5.
 class EncodingCustom
          An encoding that is not one of the predefined encodings, usually parsed from a Type 1 Font.
 class EncodingExpert
          Class containing hard-coded values that represent the Expert Encoding Vector documented at PostScript Language Reference, 3rd Edition, Appendix E.9.
 class 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.
 class EncodingFOrayLatinExtra
          Class containing hard-coded values that represent the FOrayLatinExtra Encoding Vector.
 class EncodingISOLatin1
          Class containing hard-coded values that represent the ISOLatin1Encoding Encoding Vector documented at PLRM2, Appendix E.7.
 class EncodingMacExpert
          Class containing hard-coded values that represent the MacExpertEncoding Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.2.
 class EncodingMacRoman
          Class containing hard-coded values that represent the MacRomanEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
 class EncodingMacStandard
          Class containing hard-coded values that represent the "standard Macintosh ordering" described in the TrueType font reference material (TTF Reference).
 class EncodingPDFDoc
          Class containing hard-coded values that represent the PDFDocEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
 class EncodingStandard
          Class containing hard-coded values that represent the StandardEncoding Encoding Vector documented at PLRM3, Appendix E.5.
 class EncodingSymbol
          Class containing hard-coded values that represent the Symbol Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.3.
 class EncodingWinAnsi
          Class containing hard-coded values that represent the WinAnsiEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
 class EncodingZapfDingbats
          Class containing hard-coded values that represent the ZapfDingbats Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.4.
 



Copyright © 2017. All rights reserved.