HomeSort by relevance Sort by last modified time
    Searched defs:OpenTypeLayoutEngine (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
OpenTypeLayoutEngine.h 22 * OpenTypeLayoutEngine implements complex text layout for OpenType fonts - that is
39 * OpenTypeLayoutEngine will also use the font's GPOS table to apply position adjustments
46 class U_LAYOUT_API OpenTypeLayoutEngine : public LayoutEngine
50 * This is the main constructor. It constructs an instance of OpenTypeLayoutEngine for
66 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
80 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
88 virtual ~OpenTypeLayoutEngine();
386 * OpenTypeLayoutEngine can be reused for different text.
OpenTypeLayoutEngine.cpp 14 #include "OpenTypeLayoutEngine.h"
31 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OpenTypeLayoutEngine)
128 OpenTypeLayoutEngine::OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
147 void OpenTypeLayoutEngine::applyTypoFlags() {
214 void OpenTypeLayoutEngine::reset()
223 OpenTypeLayoutEngine::OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
232 OpenTypeLayoutEngine::~OpenTypeLayoutEngine()
    [all...]

Completed in 165 milliseconds