HomeSort by relevance Sort by last modified time
    Searched refs:Kerning (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
TypesettingFeatures.h 31 Kerning = 1 << 0,
Font.h 120 return textRenderingMode == OptimizeLegibility || textRenderingMode == GeometricPrecision ? Kerning | Ligatures : 0;
  /external/freetype/include/freetype/internal/services/
svkern.h 5 /* The FreeType Kerning service (specification). */
28 #define FT_SERVICE_ID_KERNING "kerning"
37 FT_DEFINE_SERVICE( Kerning )
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Kerning.java 40 * Represents kerning information for a character.
42 public class Kerning implements Savable {
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataCoreText.cpp 60 if (!(typesettingFeatures & Kerning)) {
69 // By omitting the kCTKernAttributeName attribute, we get Core Text's standard kerning.
ComplexTextControllerATSUI.cpp 304 bool allowKerning = typesettingFeatures & Kerning;
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 163 HANDLE_INHERIT_AND_INITIAL(kerning, Kerning);
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 106 milliseconds