Lines Matching full:fonts
8116 again with primitive values, because the @font-face rules SVG fonts
8672 glyphs from all fonts in the segmented font, using each font in turn to
8673 fill in characters not covered by earlier fonts.
13951 for two identical fonts which are different objects, which it wasn't doing before.
14123 SVG fonts don't work with medial Arabic characters
15743 Allow button fonts to scale based on the text size multiplier.
29857 Different fonts can have different glyph indices, so we need to pass
31043 * page/inspector/inspector.css: Make XHRs yellow and fonts red because
31044 XHRs are more common than fonts and yellow next to orange (scripts) is
31984 [Gtk] Build breaks if SVG is enabled but SVG Fonts disabled
32180 Test: svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
34648 instead of the bold trait for custom fonts, and to decide whether to
35993 - fix <rdar://problem/5792638> @font-face with downloadable fonts doesn't work with GDI text
37839 and reporting of how many characters were actually consumed, to support multichar glyphs in SVG fonts.
44592 Note that default installations of Windows do not have Myanmar fonts.
44597 that a Myanmar fonts is not available and substitutes the text with
50548 <rdar://problem/5709660> Eastern Asian fonts do not display without specific box in Control Panel
51437 base class (mostly new SVG elements that got added for SVG fonts around the time this became a requirement).
53995 - fix <rdar://problem/5720637> Missing characters in right-to-left complex text where different fonts are used in the same run
54558 - prune references to custom fonts' SimpleFontData from the glyph page
54722 <rdar://problem/5714136> REGRESSION (r29839): All remote fonts are treated as SVG fonts
54933 Support external SVG Fonts, by reusing the custom font handling logic.
54934 This enables us - as first engine - to render HTML pages using SVG Fonts.
54936 Fixes fonts-elem-03-b.svg / fonts-elem-04-b.svg / fonts-elem-07-b.svg
54937 Add new testcase svg-fonts-in-html.html.
54971 - fix svg/W3C-SVG-1.1/fonts-glyph-04-t.svg failure on Windows
55928 Allow to use SVGPaintServerSolid without RenderObject/RenderStyle. Used later to draw SVG Fonts in HTML.
55945 Only noticeable when trying to render HTML text using SVG Fonts (which is not possible with trunk, but with my local version).
55954 Fix Cairo SVG fonts following changes in r29700.
55958 and assumed all fonts were Cairo fonts.
55970 <rdar://problem/5699344> Reproducible crash when navigating back to a page using SVG fonts
56116 Fixes: http://bugs.webkit.org/show_bug.cgi?id=16784 (In-document fonts work only as the first child to font-face-src)
56118 Proper integration of SVG Fonts within the existing custom font concept, removing the need for a custom SVGCSSFontFace.
56119 Integrate within the CSSFontFaceSource logic for caching support, as well as the framework for external SVG Fonts.
57433 - fix determinePitch for segmented fonts
58627 [GTK] Support custom fonts, CachedFont::platformDataFromCustomData()
58629 Add support for CSS2 @font-face custom/downloadable fonts to the GTK+
59903 or if there's some configuration weirdness in the non-SVG-fonts
59984 - fix an assertion failure in svg/W3C-SVG-1.1/fonts-elem-03-b.svg on
60350 GlyphPageTreeNode::pruneTreeCustomFontData because the fonts in the
60585 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15741 (REGRESSION: svg/W3C-SVG-1.1/fonts-elem-03-b.svg shows worse behavior on TOT)
60587 Display SVG Fonts, fill svg/SVGFont.cpp with life by adding all needed code to
60588 measure & render glyphs contained in SVG Fonts, including ligature lookup support.
60590 Implement floatWidth/selectionRectForText for SVG Fonts, fixing text selection.
60597 required for SVG Fonts anyway (we already know all our offsets/advances/etc..)
60607 W3C testcase which include SVG Fonts:
60608 svg/W3C-SVG-1.1/animate-elem-03-t.svg (Fixed, of course not the anim itself, but it's SVG Fonts usage)
60612 svg/W3C-SVG-1.1/fonts-kern-01-t.svg (missing <vkern>/<hkern> support)
60613 svg/W3C-SVG-1.1/fonts-desc-02-t.svg (Fixed, tests CSS font matching based on font-variant attribute)
60614 svg/W3C-SVG-1.1/fonts-elem-01-t.svg (Fixed, basic SVG font test)
60615 svg/W3C-SVG-1.1/fonts-elem-02-t.svg (Fixed, accuracy test for embedded SVG font)
60616 svg/W3C-SVG-1.1/fonts-elem-05-t.svg (Fixed, checks horiz-origin-x support, note: W3C reference image is wrong)
60617 svg/W3C-SVG-1.1/fonts-elem-06-t.svg (Fixed, checks horiz-adv-x support)
60618 svg/W3C-SVG-1.1/fonts-glyph-02-t.svg (Fixed, checks arabic-form support)
60619 svg/W3C-SVG-1.1/fonts-glyph-03-t.svg (Fixed, checks glyph matching based on xml:lang)
60620 svg/W3C-SVG-1.1/masking-mask-01-b.svg (Fixed, SVG Fonts & masking)
60621 svg/W3C-SVG-1.1/pservers-grad-08-b.svg (Fixed, SVG Fonts & gradient on fill/stroke)
60633 svg/W3C-SVG-1.1/fonts-glyph-04-t.svg (tests that glyph selection is done in the order in the definition of the font element.)
60636 Several other batik testcases fixed, which use SVG Fonts in combination with gradients & filters.
60798 - make the ATSUI code path work with custom fonts rather than crash
62506 Respect horiz-origin-x / horiz-origin-y / vert-origin-x / vert-origin-y properties when drawing SVG Fonts.
62507 (Fixes fonts-elem-05-t.svg in a --svg-fonts build)
62581 - try to fix Windows and WX builds (broken by SVG Fonts check-in)
62609 Add wtf/OwnPtr.h include, to fix --svg-fonts build.
62617 Fixes: http://bugs.webkit.org/show_bug.cgi?id=10649 (WebKit SVG needs SVG Fonts support)
62619 Begin implementation of SVG Fonts module. Basic documents using SVG Fonts already work.
62620 Only local, in-document fonts who declare their glyphs using the <glyph d="..."> path syntax
62628 No layout test changes for a --no-svg-fonts build, heavy changes if enabled. Because a lot of SVG Font
62645 * css/CSSFontSelector.cpp: Build 'SVGCSSFontFace' objects for local, in-document SVG fonts.
62647 * css/SVGCSSFontFace.cpp: Added. (Simplified implementation for SVG Fonts)
62656 * platform/graphics/Font.cpp: Add some logic to call into SVG Font code when operating on SVG Fonts.
62659 (WebCore::Font::canUseGlyphCache): Always return true for SVG fonts here.
62677 (WebCore::Font::drawGlyphsWithSVGFont): Outsourced implementation of SVG Fonts into it's own file.
62731 * svg/svgtags.in: Wrap all SVGFont* elements in ENABLE(SVG_FONTS) block - to assure --no-svg-fonts compilation works (which is the default for now!).
64068 comparing the font pointers or the described fonts
67930 that those fonts would match the Mac metrics when we run the
72051 Show Fonts as Yellow in the network timeline.
72903 This is the last missing SVG text feature. SVG fonts is next.
79111 from the fonts plist, or from the filesystem (and then saves a new
79112 fonts plist).
82035 Fix the compilation of the Font code in the Qt port by adding the necessary stubs to support downloadable fonts through the @font-face rules.