HomeSort by relevance Sort by last modified time
    Searched refs:xlfd (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFontProperty.java 30 /** xlfd string that is applicable for Linux font.properties */
31 String xlfd; field in class:AndroidFontProperty
46 this.xlfd = _xlfd;
65 * Returns xlfd string of this FontProperty.
68 return xlfd;
77 ",xlfd=" + xlfd + "]"); //$NON-NLS-1$ //$NON-NLS-2$
AndroidFontManager.java 41 // weight names according to xlfd structure
46 // slant names according to xlfd structure
82 * xlfd string.
158 * Returns style according to the xlfd weight string.
173 * Returns style according to the xlfd slant string.
188 * Parse xlfd string and returns array of Strings with separate xlfd
191 * xlfd format:
193 * @param xlfd String parameter in xlfd forma
    [all...]

Completed in 69 milliseconds