public class AFMChar extends Object
This implementation will hold the information needed for implementing a simple pdf field layout mechanism. All attributes but name, code, and with are ignored.
See the "Adobe Font Metrics File Format Specification"
| Modifier and Type | Field and Description |
|---|---|
static String |
AFM_TOKEN_C |
static String |
AFM_TOKEN_CH |
static String |
AFM_TOKEN_N |
static String |
AFM_TOKEN_W |
static String |
AFM_TOKEN_W0 |
static String |
AFM_TOKEN_W0X |
static String |
AFM_TOKEN_WX |
public static String AFM_TOKEN_WX
public static String AFM_TOKEN_W
public static String AFM_TOKEN_W0X
public static String AFM_TOKEN_W0
public static String AFM_TOKEN_N
public static String AFM_TOKEN_CH
public static String AFM_TOKEN_C
public static AFMChar create(String glyph)
glyph.glyph - A string containing a definition for the glyph.public int getCode()
public String getName()
public int getWidth()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.