Home
last modified time | relevance | path

Searched refs:Kerning (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTypesettingFeatures.h31 Kerning = 1 << 0, enumerator
DFont.h120 …ingMode == OptimizeLegibility || textRenderingMode == GeometricPrecision ? Kerning | Ligatures : 0; in typesettingFeatures()
/external/freetype/include/freetype/internal/services/
Dsvkern.h37 FT_DEFINE_SERVICE( Kerning ) in FT_DEFINE_SERVICE() argument
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DKerning.java42 public class Kerning implements Savable { class
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataCoreText.cpp60 if (!(typesettingFeatures & Kerning)) { in getCFStringAttributes()
DComplexTextControllerATSUI.cpp304 bool allowKerning = typesettingFeatures & Kerning; in initializeATSUStyle()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm494 …tActionTurnOffKerning: return UI_STRING_KEY_INTERNAL("Turn Off Kerning", "Turn Off Kerning (Undo a…
495 …itActionTightenKerning: return UI_STRING_KEY_INTERNAL("Tighten Kerning", "Tighten Kerning (Undo ac…
496 … EditActionLoosenKerning: return UI_STRING_KEY_INTERNAL("Loosen Kerning", "Loosen Kerning (Undo ac…
497 …StandardKerning: return UI_STRING_KEY_INTERNAL("Use Standard Kerning", "Use Standard Kerning (Undo…
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings209 "Loosen Kerning (Undo action name)" = "Loosen Kerning";
434 "Tighten Kerning (Undo action name)" = "Tighten Kerning";
449 "Turn Off Kerning (Undo action name)" = "Turn Off Kerning";
476 "Use Standard Kerning (Undo action name)" = "Use Standard Kerning";
/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp163 HANDLE_INHERIT_AND_INITIAL(kerning, Kerning); in applySVGProperty()
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp2026 …float wordTrailingSpaceWidth = f.typesettingFeatures() & Kerning ? f.width(TextRun(&space, 1)) + w… in findNextLineBreak()
/external/jmonkeyengine/
DNOTICE10995 ==> engine/src/core/com/jme3/font/Kerning.java <==
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2429564 Kerning on SVGFonts should be applied to the userSpace of the current Char
DChangeLog-2010-01-2952077 Fix for <rdar://problem/6934421> Support CSS for Text Kerning and