Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvfont.h101 #define LFNT_OT_FEATURES_P_SUPS 0x00004000 // +sups (font-variant-position: super) macro
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/private/
H A Dlvfreetypeface.cpp1001 if ( _features & LFNT_OT_FEATURES_P_SUPS ) { addHBFeature("+sups"); }
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvstsheet.cpp2205 …ion && substr_icompare("super", decl) ) features |= LFNT_OT_FEATURES_P_SUPS; in parse()