HomeSort by relevance Sort by last modified time
    Searched full:font (Results 551 - 575 of 5289) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller_header.cc 11 #include "ui/gfx/font.h"
48 gfx::Font font = local
49 rb.GetFont(ResourceBundle::BaseFont).DeriveFont(0, gfx::Font::BOLD);
51 canvas->DrawStringInt(title_, font, 0xFF000000, 3, font_top,
  /external/chromium/chrome/browser/policy/resources/
enrollment.css 37 font-weight: bold;
43 font-size: 0.9em;
56 font-weight: bold;
74 font-size: 1.4em;
75 font-weight: bold;
  /external/chromium/chrome/browser/sync/resources/
setup_done.html 7 font-size: 11pt;
13 font-size: 1.2em;
14 font-weight: bold;
21 font-weight: bold;
41 font-size: 12pt;
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 29 void SelectedKeywordView::SetFont(const gfx::Font& font) {
30 IconLabelBubbleView::SetFont(font);
31 full_label_.SetFont(font);
32 partial_label_.SetFont(font);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 28 echo '<b><font size "+4">Downloading: '.$dropFile.'</font></b>';
39 echo '<p><b><font size="+4">Important Notes<BR>';
41 echo '</font></b></font></p>
  /external/expat/doc/
style.css 21 font-size: 200%;
34 font-weight: bold;
74 font-weight: bold;
84 font-weight: bold;
97 font-family: monospace;
  /external/harfbuzz_ng/util/
shape-consumer.hh 42 font = hb_font_reference (font_opts->get_font ());
57 if (!shaper.shape (font, buffer)) {
69 hb_font_destroy (font);
70 font = NULL;
80 hb_font_t *font; member in struct:shape_consumer_t
  /external/javassist/sample/rmi/
webdemo.html 39 <font color="red">import javassist.tools.rmi.ObjectImporter;</font>
42 private Font font;
43 <font color="red">private ObjectImporter importer;
44 private Counter counter;</font>
49 font = new Font("SansSerif", Font.ITALIC, 40);
53 <font color="red">importer = new ObjectImporter(this);</font>
    [all...]
  /external/webkit/Source/WebCore/css/
quirks.css 33 /* Compatible with WinIE. Note that font-family is *not* reset. */
37 font-weight: normal;
38 font-size: medium;
39 font-variant: normal;
40 font-style: normal;
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 76 class Font {
78 Font();
79 Font(const FontDescription&, short letterSpacing, short wordSpacing);
80 // This constructor is only used if the platform wants to start with a native font.
81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
82 ~Font();
84 Font(const Font&);
85 Font& operator=(const Font&)
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebStringTruncator.h 35 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font;
37 // Default font is [NSFont menuFontOfSize:0].
40 + (NSString *)rightTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font;
42 + (float)widthOfString:(NSString *)string font:(NSFont *)font;
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp 47 wxFontProperties::wxFontProperties(wxFont* font):
51 WXHFONT hFont = font->GetHFONT();
53 if (font){
55 int height = font->GetPointSize();
69 bool wxFontContainsCharacters(void* font, const UChar* characters, int length)
71 // FIXME: Microsoft documentation seems to imply that characters can be output using a given font and DC
72 // merely by testing code page intersection. This seems suspect though. Can't a font only partially
92 langFontLink->GetFontCodePages(dc, (HFONT)font, &fontCodePages);
109 void GetTextExtent( const wxFont& font, const wxString& str, wxCoord *width, wxCoord *height,
113 WXHFONT hFont = font.GetHFONT()
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/doc/
FwdLock.html 9 /* Font Definitions */
10 @font-face
11 {font-family:SimSun;
13 @font-face
14 {font-family:"Cambria Math";
16 @font-face
17 {font-family:Tahoma;
19 @font-face
20 {font-family:"Lucida Console","DejaVu Sans Mono";
22 @font-fac
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
fields_index_removals.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">M</font>&nbsp;
52 <a href="#O"><font size="-2">O</font></a>
53 <a href="#P"><font size="-2">P</font></a>
54 <a href="#topheader"><font size="-2">TOP</font></a
    [all...]
  /external/skia/include/core/
SkTypeface.h 25 The SkTypeface class specifies the typeface and intrinsic style of a font.
63 /** Return a 32bit value for this typeface, unique for the underlying font
69 resolve it to the default font and return its uniqueID. Will never
74 /** Returns true if the two typefaces reference the same underlying font,
75 handling either being null (treating null as the default font)
81 the default font for the requested style. Will never return null
83 @param familyName May be NULL. The name of the font family.
93 If family is NULL, this selects from the default font's family.
103 not a valid font file, returns null.
108 not a valid font file, returns null. Ownership of the stream i
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 33 #import "Font.h"
94 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
96 const FontPlatformData& platformData = font.fontDataAt(0)->fontDataForCharacter(characters[0])->platformData();
97 NSFont *nsFont = platformData.font();
108 // Use the family name from the AppKit-supplied substitute font, requesting the
111 // But it does create the possibility that we could end up with a font that
130 traits = font.italic() ? NSFontItalicTrait : 0;
131 weight = toAppKitFontWeight(font.weight());
132 size = font.pixelSize()
    [all...]
  /external/dexmaker/javadoc/com/google/dexmaker/
UnaryOp.html 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
package-tree.html 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
epl-v10.html 34 /* Font Definitions */
35 @font-face
36 {font-family:Tahoma;
38 mso-font-charset:0;
39 mso-generic-font-family:swiss;
40 mso-font-pitch:variable;
41 mso-font-signature:553679495 -2147483648 8 0 66047 0;}
48 font-size:12.0pt;
49 font-family:"Times New Roman";
50 mso-fareast-font-family:"Times New Roman";
    [all...]
  /external/jsr305/javadoc/javax/annotation/meta/
When.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
  /external/sonivox/docs/
JET_Authoring_Guidelines.html 88 /* Font Definitions */
89 @font-face
90 {font-family:Tahoma;
92 mso-font-charset:0;
93 mso-generic-font-family:swiss;
94 mso-font-pitch:variable;
95 mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
103 font-size:10.0pt;
104 font-family:Arial;
105 mso-fareast-font-family:"Times New Roman";
    [all...]
  /frameworks/base/docs/html/training/design-navigation/
example-wireframe-tablet.svg 7 <font horiz-adv-x="2048">
10 <font-face font-family="DroidSerif" units-per-em="2048" underline-position="-154" underline-thickness="102"/>
44 </font>
46 <font horiz-adv-x="2048">
49 <font-face font-family="DroidSerif-Bold" units-per-em="2048" underline-position="-154" underline-thickness="102"/>
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 59 HB_SHAPER_DATA_ENSURE_DECLARE(uniscribe, font)
104 * shaper font data
116 hb_font_t *font)
119 lf->lfHeight = -font->y_scale;
122 hb_blob_t *blob = OT::Sanitizer<OT::name>::sanitize (hb_face_reference_table (font->face, HB_TAG ('n','a','m','e')));
135 DEBUG_MSG (UNISCRIBE, NULL, "Font name too long");
147 _hb_uniscribe_shaper_font_data_create (hb_font_t *font)
149 if (unlikely (!hb_uniscribe_shaper_face_data_ensure (font->face))) return NULL;
157 if (unlikely (!populate_log_font (&data->log_font, font))) {
158 DEBUG_MSG (UNISCRIBE, font, "Font populate_log_font() failed")
    [all...]
  /external/icu4c/samples/layout/
readme.html 20 file containing the Unicode text to display, and a file that says which font
55 <p>First, download the Thai font. Go to <a href=
57 click on the link for the Courier Thai font. This will download a .ZIP file.
58 Extract the Courpro.ttf font. On Windows, copy this font file to your
59 Fonts folder (note the name of the font after it is installed), on Linux, copy this font file to the directory from which
62 <p>Next is the Hindi font. Download the font from <a href=
63 "http://www.ffonts.net/Raghindi.font.download">Raghindi</a>. On Linux, you can download the font into th
    [all...]
  /external/jsr305/javadoc/javax/annotation/
package-tree.html 36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]

Completed in 1207 milliseconds

<<21222324252627282930>>