public abstract class MetricFile extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFamilyName()
Fetch the platform name for the font associated with this file.
|
abstract String |
getFontName()
Fetch the postscript name for the font associated with this file.
|
abstract double |
getKernValue(String leftGlyphName,
String rightGlyphName)
Fetch the kern value for 2 glyphIDs.
|
URL |
getLocation() |
abstract int |
getWeight()
Fetch the weight for this font.
|
public abstract double getKernValue(String leftGlyphName, String rightGlyphName)
public abstract String getFamilyName()
public abstract String getFontName()
public abstract int getWeight()
public final URL getLocation()
Copyright © 2010 - 2020 Adobe. All Rights Reserved