/external/icu4c/layout/ |
ThaiLayoutEngine.h | 23 * All existing Thai fonts use an encoding which assigns character codes to all 25 * This class can deal with fonts using the Microsoft, Macintosh, and WorldType encodings. 125 * isn't directly available. (e.g. Some Arabic OpenType fonts don't have a GDEF
|
HanLayoutEngine.h | 3 * HanLayoutEngine.h: OpenType processing for Han fonts. 23 * This class implements OpenType layout for Han fonts. It overrides
|
Features.cpp | 32 * to be some fonts which have an unsorted list; that's why the binary search
|
HangulLayoutEngine.h | 27 * This class implements OpenType layout for Old Hangul OpenType fonts, as 28 * specified by Microsoft in "Creating and Supporting OpenType Fonts for
|
KhmerLayoutEngine.h | 30 * This class implements OpenType layout for Khmer OpenType fonts, as 31 * specified by Microsoft in "Creating and Supporting OpenType Fonts for
|
/external/skia/src/ports/ |
SkFontHost_android.cpp | 31 #define SK_FONT_FILE_PREFIX "/fonts/" 46 /* This guy holds a mapping of a name -> family, used for looking up fonts. 383 // used to record our notion of the pre-existing fonts 402 // deliberately empty, but we use the address to identify fallback fonts 405 /* Fonts must be grouped by family, with the first font in a family having the 439 +1 the total number of possible system fonts. Also see NextLogicalFont(). 444 Initializes all the globals, and register the system fonts. 465 // we expect all the fonts, except the "fallback" fonts 479 // see if this is one of our fallback fonts [all...] |
/external/webkit/WebKit/chromium/src/gtk/ |
WebFontInfo.cpp | 76 // only scalable fonts so we have to manually filter the results. 78 FcPattern* current = fontSet->fonts[i]; 85 // fontconfig can also return fonts which are unreadable
|
/external/skia/emoji/ |
EmojiFont.h | 73 along side normal glyphs IDs that come from real fonts. The 74 assumption is that normal fonts never will report a glyph ID
|
/external/webkit/WebCore/manual-tests/ |
wordXML-selectall.xml | 3 <w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/2/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:SL="http://schemas.microsoft.com/schemaLibrary/2003/2/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/2/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xml:space="preserve"><o:DocumentProperties></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Times New Roman" w:fareast="Times New Roman" w:h-ansi="Times New Roman" w:cs="Times New Roman"/></w:fonts><w:docPr></w:docPr><w:body><wx:sect><w:p><w:pPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii="Helvetica" (…)
|
/external/webkit/WebCore/platform/graphics/ |
SegmentedFontData.cpp | 72 // All segmented fonts are custom fonts.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Typefaces.java | 41 "fonts/samplefont.ttf");
|
/external/freetype/include/freetype/internal/ |
pcftypes.h | 3 FreeType font driver for pcf fonts
|
tttypes.h | 501 /* to 1 for non-italic fonts. */ 504 /* to 0 for non-italic fonts. */ [all...] |
t1types.h | 223 /* support for Multiple Masters fonts */ 233 /* for Type 2 fonts; manipulated by othersubrs 19, 24, and 25 */
|
/external/freetype/src/sfnt/ |
ttload.h | 6 /* TTF or OTF fonts (specification). */
|
/external/webkit/WebCore/platform/graphics/gtk/ |
FontCustomPlatformDataPango.cpp | 45 // FIXME: we need support in pango to read fonts from memory to implement this.y
|
/external/webkit/WebCore/platform/graphics/haiku/ |
FontCustomPlatformData.cpp | 41 // FIXME: We need support in Haiku to read fonts from memory to implement this.
|
/external/webkit/WebCore/platform/win/ |
TemporaryLinkStubs.cpp | 37 void populateFontDatabase() { /* Not needed for GDI fonts */ }
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface.java | 39 * bold, depending on what fonts are installed. Call getStyle() to know 65 * font. Any other items are fallback fonts for characters not found in the first one. 155 private Typeface(String family, int style, List<Font> fonts) { 157 mFonts = Collections.unmodifiableList(fonts);
|
/external/freetype/include/freetype/ |
t1tables.h | 56 /* structures in order to support Multiple Master fonts. */ 66 /* Note that for Multiple Master fonts, each instance has its own */ 115 /* Note that for Multiple Master fonts, each instance has its own */ 191 /* Multiple Masters fonts. */ 413 * except that certain fonts (mostly TrueType) contain incorrect
|
/external/icu4c/test/letest/ |
readme.html | 41 Before you can run letest, you'll need to get the fonts it uses. 44 computer running Windows. All of the fonts should be stored in 45 <icu>/source/test/testdata. Here's how to get the fonts: 55 be in, for example, "C:\Program Files\Java\jdk1.6.0\jre\lib\fonts". 81 <p>letest.xml references three other fonts:</p>
|
/external/webkit/WebCore/platform/graphics/wince/ |
FontPlatformData.cpp | 195 static KnownFonts fonts; local 200 fonts.append(FontFamilyCodePageInfo(songTiStr, 936)); 202 return fonts; 487 KnownFonts& fonts = knownFonts(); local 488 for (KnownFonts::iterator i = fonts.begin(); i != fonts.end(); ++i) { 499 KnownFonts& fonts = knownFonts(); local 500 for (KnownFonts::iterator i = fonts.begin(); i != fonts.end(); ++i) {
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
AndroidFontManager.java | 66 * This File object saved to `~/.fonts/' folder that is included in the 71 File fontFile = File.createTempFile("jFont", ".ttf", new File(System.getProperty("user.home") +"/.fonts")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ 244 Font[] fonts = new Font[faces.length]; local 245 for (int i =0; i < fonts.length;i++){ 246 fonts[i] = new Font(faces[i], Font.PLAIN, 1); 248 return fonts;
|
TextRunBreaker.java | 56 HashMap<Integer, Font> fonts; field in class:TextRunBreaker 196 fonts = new HashMap<Integer, Font>(); 246 fonts 248 value = fonts.get(new Integer(index)); 253 fonts.put(new Integer(index), value); 256 // We have added some default fonts, so we have some extra runs in text 313 Object fontOrGAttr = fonts.get(new Integer(firstRunStart)); 361 fontOrGAttr = fonts.get(new Integer(pos)); 457 if (fonts.get(key) != null) { 458 fonts.remove(key) [all...] |
/external/freetype/src/cff/ |
cffgload.h | 152 FT_Byte** glyph_names; /* for pure CFF fonts only */ 175 #if 0 /* unused until we support pure CFF fonts */
|