Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvtextfm.h154 #define LTEXT_WORD_CAN_HYPH_BREAK_LINE_AFTER 0x0004 /// can break with hyphenation after this word macro
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtextfm.cpp2269 if ( !(word->flags & LTEXT_WORD_CAN_HYPH_BREAK_LINE_AFTER) ) { in alignLine()
3311 word->flags |= LTEXT_WORD_CAN_HYPH_BREAK_LINE_AFTER; in addLine()
4899 if ( word->flags&LTEXT_WORD_CAN_HYPH_BREAK_LINE_AFTER) { in Draw()
H A Dlvtinydom.cpp8879 … && (word->flags & LTEXT_WORD_CAN_HYPH_BREAK_LINE_AFTER) ) { in getRect()
9046 && (word->flags & LTEXT_WORD_CAN_HYPH_BREAK_LINE_AFTER) ) { in getRect()