HomeSort by relevance Sort by last modified time
    Searched full:font (Results 1426 - 1450 of 7108) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/ManualTests/resources/
chrome-bidi-text-window.html 5 select { display: block; font-size: 13px; }
6 div#reference { font: 13px 'Lucida Grande'; text-align: center; height: 24px; }
  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 35 font-size: initial;
36 font-family: monospace;
68 font-size: 9px;
69 font-family: Helvetica;
128 font-weight: bold;
136 font-size: 9px;
137 font-family: Lucida Grande, sans-serif;
138 font-weight: bold;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FontView.js 37 this.element.classList.add("font");
60 this.fontStyleElement.textContent = "@font-face { font-family: \"" + uniqueFontName + "\"; src: url(" + this.resource.url + "); }";
70 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName);
78 this._dummyElement.style.setProperty("font-family", uniqueFontName);
79 this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px");
129 this.fontPreviewElement.style.removeProperty("font-size");
137 this.fontPreviewElement.style.setProperty("font-size", finalFontSize + "px", null);
filteredItemSelectionDialog.css 2 font-size: 11px;
44 font-weight: bold;
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svpostnm.h 29 * font when available. The `get_name' field should never be NULL.
37 #define FT_SERVICE_ID_POSTSCRIPT_FONT_NAME "postscript-font-name"
  /external/chromium_org/third_party/freetype/src/base/
ftbase.h 31 /* font, and try to load a face specified by the face_index. */
58 /* the case the resource is opened but found to lack a font in it. */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.h 31 #include <graphite2/Font.h>
43 hb_graphite2_font_get_gr_font (hb_font_t *font);
hb-uniscribe.h 41 hb_uniscribe_font_get_logfontw (hb_font_t *font);
44 hb_uniscribe_font_get_hfont (hb_font_t *font);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.h 37 extern void Fake_glXUseXFont( Font font, int first, int count, int listbase );
  /external/chromium_org/third_party/ots/
README 6 The CSS font-face property[1] is great for web typography. Having to use images
24 [1] http://www.w3.org/TR/CSS2/fonts.html#font-descriptions
  /external/chromium_org/third_party/ots/src/
cff.h 28 // Name INDEX. This name is used in name.cc as a postscript font name.
33 // A map from glyph # to font #.
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_win.h 24 * typeface may be NULL, in which case we return the logfont for the default font.
31 * Normally this is null, and is only required if the font data needs to be
  /external/chromium_org/tools/grit/grit/testdata/
source.rc 21 FONT 8, "System", 0, 0, 0x0
35 FONT 8, "System", 0, 0, 0x0
transl.rc 21 FONT 8, "System", 0, 0, 0x0
35 FONT 8, "System", 0, 0, 0x0
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.core</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/__init__.py">telemetry/core/__init__.py</a></font></td></tr></table>
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
telemetry.page.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.page</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/__init__.py">telemetry/page/__init__.py</a></font></td></tr></table>
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
telemetry.page.page_measurement.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.page.html"><font color="#ffffff">page</font></a>.page_measurement</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/page/page_measurement.py">telemetry/page/page_measurement.py</a></font></td></tr></table>
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr
    [all...]
  /external/chromium_org/tools/win/sizeviewer/
template.html 12 font-size: 14px;
13 font-family: "Helvetica Neue", Helvetica;
24 font-size: 36px;
25 font-weight: 300;
52 font-size: 18px;
70 font-style: oblique;
94 font-size: 12px;
101 font-size: 11px;
  /external/chromium_org/ui/app_list/cocoa/
signin_view_controller.mm 46 font:(NSFont*)font
105 font:(NSFont*)font
115 NSFontAttributeName : font,
134 gfx::Font baseFont = rb.GetFont(ui::ResourceBundle::BaseFont);
141 font:titleFont
150 font:signinTextFont
  /external/chromium_org/ui/gfx/
platform_font_ios.h 20 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
42 // Calculate and cache the font metrics.
  /external/chromium_org/ui/views/controls/
link.cc 16 #include "ui/gfx/font.h"
170 void Link::SetFont(const gfx::Font& font) {
171 Label::SetFont(font);
223 const int style = font().GetStyle();
225 (style | gfx::Font::UNDERLINE) : (style & ~gfx::Font::UNDERLINE);
227 Label::SetFont(font().DeriveFont(0, intended_style));
  /external/doclava/res/assets/templates/
keywords.cs 24 ?></a>&nbsp;<font class="jd-letterentrycomments">(<?cs var:entry.comment ?>)</font></li>
  /external/freetype/include/freetype/internal/services/
svpostnm.h 29 * font when available. The `get_name' field should never be NULL.
37 #define FT_SERVICE_ID_POSTSCRIPT_FONT_NAME "postscript-font-name"
  /external/freetype/src/base/
ftbase.h 31 /* font, and try to load a face specified by the face_index. */
58 /* the case the resource is opened but found to lack a font in it. */
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 16 p.add_option('-f', '--font', help='Font to use to render glyphs. My be a font file', default="verdana")
23 if opts.font.lower().endswith(".ttf") :
27 fpat += opts.font + ":weight="
35 if opts.font.lower().endswith(".ttf") and opts.font != fname :
36 print "Failed to find font in fontconfig. Exiting"

Completed in 547 milliseconds

<<51525354555657585960>>