Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataCoreText.cpp53 …bool allowLigatures = (orientation == Horizontal && platformData().allowsLigatures()) || (typesett… in getCFStringAttributes() local
54 if (!allowLigatures) { in getCFStringAttributes()