org.apache.fop.fonts
Class CodePointMapping
public class CodePointMapping
CE_ENCODING
public static final String CE_ENCODING
ISOLATIN1_ENCODING
public static final String ISOLATIN1_ENCODING
MAC_ROMAN_ENCODING
public static final String MAC_ROMAN_ENCODING
PDF_DOC_ENCODING
public static final String PDF_DOC_ENCODING
STANDARD_ENCODING
public static final String STANDARD_ENCODING
SYMBOL_ENCODING
public static final String SYMBOL_ENCODING
WIN_ANSI_ENCODING
public static final String WIN_ANSI_ENCODING
ZAPF_DINGBATS_ENCODING
public static final String ZAPF_DINGBATS_ENCODING
CodePointMapping
public CodePointMapping(String name,
int[] table)
Main constructor.
name
- the name of the encodingtable
- the table ([code point, unicode scalar value]+) with the mapping
CodePointMapping
public CodePointMapping(String name,
int[] table,
String[] charNameMap)
Extended constructor.
name
- the name of the encodingtable
- the table ([code point, unicode scalar value]+) with the mappingcharNameMap
- all character names in the encoding (a value of null will be converted
to ".notdef")
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.