OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontProperty
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontProperty.java
30
public class
FontProperty
{
AndroidFontProperty.java
25
* Android
FontProperty
implementation, applicable for Linux formats of
28
public class AndroidFontProperty extends
FontProperty
{
33
/** logical name of the font corresponding to this
FontProperty
*/
36
/** style name of the font corresponding to this
FontProperty
*/
51
* Returns logical name of the font corresponding to this
FontProperty
.
58
* Returns style name of the font corresponding to this
FontProperty
.
65
* Returns xlfd string of this
FontProperty
.
FontManager.java
77
*
FontProperty
related constants.
200
public Hashtable<String, Vector<
FontProperty
>> fProperties = new Hashtable<String, Vector<
FontProperty
>>();
345
FontProperty
[] fps = getFontProperties(family.toLowerCase() + "." + style); //$NON-NLS-1$
350
FontProperty
fp = fps[i];
686
public
FontProperty
[] getFontProperties(String fpName){
687
Vector<
FontProperty
> props = fProperties.get(fpName);
699
FontProperty
[] fps = new
FontProperty
[size];
CompositeFont.java
29
import org.apache.harmony.awt.gl.font.
FontProperty
;
50
FontProperty
[] fontProperties;
77
public CompositeFont(String familyName, String faceName, int _style, int _size,
FontProperty
[] fProperties, FontPeerImpl[] physFonts){
AndroidFontManager.java
31
import org.apache.harmony.awt.gl.font.
FontProperty
;
141
FontProperty
fp = new AndroidFontProperty(lName, styleName, null, fontName, value, style, exclRange, encoding);
Completed in 81 milliseconds