Searched refs:font (Results 1 - 25 of 765) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxslt-13/libxslt/tests/docbook/doc/
H A Dreference.css3 div.legalnotice { font-size: 80%; }
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dfontfile.cpp27 #include "font.h"
36 int font::res = 0;
37 int font::hor = 1;
38 int font::vert = 1;
39 int font::unitwidth = 0;
40 int font::paperwidth = 0;
41 int font::paperlength = 0;
42 const char *font::papersize = 0;
43 int font::biggestfont = 0;
44 int font
[all...]
/macosx-10.9.5/cups-372.4/cups/data/
H A Dfont.defs2 * "$Id: font.defs 343 2007-07-13 19:52:48Z mike $"
4 * Standard ESP Ghostscript font definitions for the CUPS PPD file
17 #font AvantGarde-Book Standard "(1.05)" Standard ROM
18 #font AvantGarde-BookOblique Standard "(1.05)" Standard ROM
19 #font AvantGarde-Demi Standard "(1.05)" Standard ROM
20 #font AvantGarde-DemiOblique Standard "(1.05)" Standard ROM
21 #font Bookman-Demi Standard "(1.05)" Standard ROM
22 #font Bookman-DemiItalic Standard "(1.05)" Standard ROM
23 #font Bookman-Light Standard "(1.05)" Standard ROM
24 #font Bookma
[all...]
/macosx-10.9.5/tidy-15.12/tidy/htmldoc/
H A Dtidy.css2 td.dummy, font.dummy, .dummy, a:link.dummy, a:visited.dummy, a:active.dummy
4 font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
5 font-size: 16pt;
8 font-weight: normal
15 font-family: sans-serif;
20 td.title, font.title, .title, a:link.title, a:visited.title, a:active.title
22 font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
23 font-size: 16pt;
26 font-weight: normal
30 td.text, font
[all...]
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css20 font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
21 font-style: italic;
22 font-weight: normal;
28 (You may have to change this value depending on your font size). */
38 Using this class, it reduces your font size and line-height so that for
51 font-size: 10px;
60 font-variant: small-caps;
63 font-size:1.2em;
65 font-weight:bold;
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dcfonts.h20 void le_fontClose(le_font *font);
22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
26 void le_deleteNameString(le_font *font, const char *name);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
30 le_uint32 le_getFontChecksum(le_font *font);
H A Dcfonts.cpp27 void le_fontClose(le_font *font) argument
29 LEFontInstance *fontInstance = (LEFontInstance *) font;
34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
36 PortableFontInstance *pfi = (PortableFontInstance *) font;
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
43 PortableFontInstance *pfi = (PortableFontInstance *) font;
48 void le_deleteNameString(le_font *font, const char *name) argument
50 PortableFontInstance *pfi = (PortableFontInstance *) font;
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name) argument
57 PortableFontInstance *pfi = (PortableFontInstance *) font;
62 le_getFontChecksum(le_font *font) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebStringTruncator.h35 + (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;
H A DWebStringTruncator.mm51 static Font& fontFromNSFont(NSFont *font)
56 if ([font isEqual:currentFont])
60 currentFont = font;
62 FontPlatformData f(font, [font pointSize]);
80 + (NSString *)centerTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font
83 return StringTruncator::centerTruncate(string, maxWidth, fontFromNSFont(font));
86 + (NSString *)rightTruncateString:(NSString *)string toWidth:(float)maxWidth withFont:(NSFont *)font
89 return StringTruncator::rightTruncate(string, maxWidth, fontFromNSFont(font));
92 + (float)widthOfString:(NSString *)string font
[all...]
H A DWebKitNSStringExtras.h35 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed;
36 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor;
37 - (void)_web_drawDoubledAtPoint:(NSPoint)textPoint withTopColor:(NSColor *)topColor bottomColor:(NSColor *)bottomColor font:(NSFont *)font;
39 - (float)_web_widthWithFont:(NSFont *)font;
/macosx-10.9.5/BerkeleyDB-21/db/docs/java/
H A Dstyle.css14 .FrameTitleFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
15 .FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
16 .FrameItemFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
18 /* Example of smaller, sans-serif font in frames */
19 /* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
24 .NavBarFont1 { font
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/support/
H A Dstyle.css14 .FrameTitleFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
15 .FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
16 .FrameItemFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
18 /* Example of smaller, sans-serif font in frames */
19 /* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
24 .NavBarFont1 { font
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DSurface.cpp5 void GDISurface::setFont(RenderingFontInstance *font) argument
7 GDIFontInstance *gFont = (GDIFontInstance *) font;
9 if (fCurrentFont != font) {
10 fCurrentFont = font;
15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
25 setFont(font);
H A DSurface.h10 void setFont(RenderingFontInstance *font);
12 void drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Fortune.wdgt/
H A DFortune.css73 font: 10px "Lucida Grande" ;
74 font-weight: bold;
/macosx-10.9.5/groff-38/groff/src/include/
H A Dprinter.h52 class font;
55 font *p;
58 font_pointer_list(font *, font_pointer_list *);
73 int *widthp, font **f);
74 font *get_font_from_index(int fontno);
82 virtual font *make_font(const char *nm);
91 font **font_table;
102 font *find_font(const char *);
103 virtual void set_char(int index, font *f, const environment *env,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgfont.py34 font = CGFontCreateWithFontName("Helvetica")
35 self.failUnlessIsInstance(font, CGFontRef)
38 font = CGFontCreateCopyWithVariations(font, None)
39 self.failUnlessIsInstance(font, CGFontRef)
41 v = CGFontRetain(font)
42 self.failUnless(v is font)
43 CGFontRelease(font)
45 v = CGFontGetNumberOfGlyphs(font)
48 v = CGFontGetUnitsPerEm(font)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgfont.py45 font = CGFontCreateWithFontName("Helvetica")
46 self.assertIsInstance(font, CGFontRef)
49 font = CGFontCreateCopyWithVariations(font, None)
50 self.assertIsInstance(font, CGFontRef)
52 v = CGFontRetain(font)
53 self.assertTrue(v is font)
54 CGFontRelease(font)
56 v = CGFontGetNumberOfGlyphs(font)
59 v = CGFontGetUnitsPerEm(font)
[all...]
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Dtypography.css8 /* Default font settings.
9 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
11 font-size: 75%;
14 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
20 h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
22 h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
23 h2 { font-size: 2em; margin-bottom: 0.75em; }
24 h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
25 h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
26 h5 { font
[all...]
H A Dprint.css14 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
17 font-size: 10pt;
44 h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
45 code { font:.9em "Courier New", Monaco, Courier, monospace; }
54 font-style:italic;
55 font-size:.9em;
58 .small { font-size: .9em; }
59 .large { font-size: 1.1em; }
68 font-weight:700;
74 font
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dquirks.css33 /* 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;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/mac/
H A DWebPopupMenuMac.mm41 // FIXME: font will be nil here for custom fonts, we should fix that.
42 NSFont *font = m_popupClient->menuStyle().font().primaryFont()->getNSFont();
43 if (!font)
46 CFDictionaryRef fontDescriptorAttributes = (CFDictionaryRef)[[font fontDescriptor] fontAttributes];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DFontNameToDisplayNameTransformer.py16 Takes as input the fontName of a font as stored in user defaults,
17 returns the displayed font name of the font to show to the user.
28 font = NSFont.fontWithName_size_(aValue, 12)
29 return font.displayName()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DFontNameToDisplayNameTransformer.py16 Takes as input the fontName of a font as stored in user defaults,
17 returns the displayed font name of the font to show to the user.
28 font = NSFont.fontWithName_size_(aValue, 12)
29 return font.displayName()
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/
H A Dprint.css15 body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
19 h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
20 code {font:.9em "Courier New", Monaco, Courier, monospace;}
24 blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
25 .small {font-size:.9em;}
26 .large {font-size:1.1em;}
29 a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
30 a:link:after, a:visited:after {content:" (" attr(href) ") ";font
[all...]

Completed in 699 milliseconds

1234567891011>>