OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypoFlagLiga
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
LayoutEngine.h
70
static const le_int32
kTypoFlagLiga
;
132
* if kerning is desired,
kTypoFlagLiga
if ligature formation is desired. Others are reserved.
LayoutEngine.cpp
39
const le_int32 LayoutEngine::
kTypoFlagLiga
= 0x2;
559
result = new OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags & ~
kTypoFlagLiga
, gsubTable, success);
Completed in 25 milliseconds