OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ligatures
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
TypesettingFeatures.h
32
Ligatures
= 1 << 1,
Font.h
120
return textRenderingMode == OptimizeLegibility || textRenderingMode == GeometricPrecision ? Kerning |
Ligatures
: 0;
/external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataCoreText.cpp
52
bool allowLigatures = (!treatLineAsVertical && platformData().allowsLigatures()) || (typesettingFeatures &
Ligatures
);
ComplexTextControllerATSUI.cpp
264
// Don't be too aggressive: if the font doesn't contain 'a', then assume that any
ligatures
it contains are
267
if ((typesettingFeatures &
Ligatures
) || (fontData->platformData().orientation() == Horizontal && fontData->platformData().allowsLigatures()))
274
LOG_ERROR("ATSUSetFontFeatures failed (%d) --
ligatures
remain enabled", static_cast<int>(status));
Completed in 270 milliseconds