|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.qd.QDFont
This class provides basic services for translating font information from Java fonts to the font information that QuickTime requires.
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Constructor Summary | |
QDFont()
|
Method Summary | |
static int |
getFNum(java.lang.String theName)
The GetFNum procedure gets the font family ID for a specified font family name. |
static java.lang.String |
getFontName(int familyID)
The GetFontName procedure gets the name of a font family that has a specified family ID number. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QDFont()
Method Detail |
public static final java.lang.String getFontName(int familyID)
the
- familyID of the font you want to retrieve the name for.public static final int getFNum(java.lang.String theName)
theName
- The font family name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |