OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FONT_TYPE_TT
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java
119
if (fontType == FontManager.
FONT_TYPE_TT
){
FontPeerImpl.java
482
if (newType == FontManager.FONT_TYPE_T1 || newType == FontManager.
FONT_TYPE_TT
){
FontManager.java
64
public static final byte
FONT_TYPE_TT
= 4; /* TrueType type (TRUETYPE_FONTTYPE) */
Completed in 2336 milliseconds