Virtual Method
FoundryTextFormatterformat_range
Declaration [src]
DexFuture*
format_range (
FoundryTextFormatter* self,
const FoundryTextIter* begin,
const FoundryTextIter* end
)
Parameters
begin-
Type:
FoundryTextIterThe start of the region to format.
The data is owned by the caller of the method. end-
Type:
FoundryTextIterThe end of the region to format.
The data is owned by the caller of the method.