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