OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Kerning
(Results
1 - 7
of
7
) 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/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 197 milliseconds