• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/platform/graphics/win/

Lines Matching +defs:font +defs:size

55     wkSetUpFontCache(1536 * 1024 * 4); // This size matches Mac.
128 // The default order in which we look for a font for a CJK character. If the user's default code page is
201 // Try MLang font linking first.
207 // do font linking against a single one of them, preferring the default
210 unsigned numCodePages = CJKCodePageMasks.size();
215 // returned by MLang, so the font might not contain the character.
228 // A font returned from MLang is trusted to contain the character.
232 // To find out what font Uniscribe would use, we make it draw into a metafile and intercept
240 // FIXME: If length is greater than 1, we actually return the font for the last character.
276 if (linkedFonts->size() <= linkedFontIndex)
301 PassRefPtr<SimpleFontData> FontCache::fontDataFromDescriptionAndLogFont(const FontDescription& fontDescription, ShouldRetain shouldRetain, const LOGFONT& font, AtomicString& outFontFamilyName)
303 AtomicString familyName = String(font.lfFaceName, wcsnlen(font.lfFaceName, LF_FACESIZE));
316 // FIXME: Would be even better to somehow get the user's default font here. For now we'll pick
445 static GDIObject<HFONT> createGDIFont(const AtomicString& family, LONG desiredWeight, bool desiredItalic, int size, bool synthesizeItalic)
462 matchData.m_chosen.lfHeight = -size;
552 // The logical size constant is 32. We do this for subpixel precision when rendering using Uniscribe.
582 // absolutely sure that we don't use this font, go ahead and return 0 so that we can fall back to the next
583 // font.