MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ RedrawPolicy

enum class MayaFlux::Portal::Text::RedrawPolicy : uint8_t
strong

Policy controlling TextBuffer reuse behaviour in repress().

Enumerator
Clip 

Replace content. Truncate to existing budget bounds if text exceeds them.

Fit 

Replace content. Reallocate GPU texture if text exceeds existing budget.

Definition at line 13 of file InkPress.hpp.

13 : uint8_t {
14 Clip, ///< Replace content. Truncate to existing budget bounds if text exceeds them.
15 Fit ///< Replace content. Reallocate GPU texture if text exceeds existing budget.
16};
@ Fit
Replace content. Reallocate GPU texture if text exceeds existing budget.
@ Clip
Replace content. Truncate to existing budget bounds if text exceeds them.