Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataCoreText.cpp55 …static CFNumberRef ligaturesNotAllowed = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &li… in getCFStringAttributes() local
65 …? ligaturesAllowed : ligaturesNotAllowed, treatLineAsVertical ? kCFBooleanTrue : kCFBooleanFalse }; in getCFStringAttributes()
71 …] = { platformData().ctFont(), allowLigatures ? ligaturesAllowed : ligaturesNotAllowed, treatLineA… in getCFStringAttributes()