Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.08 KB

counter-style.counterstylerenderer.withrtl.md

File metadata and controls

30 lines (17 loc) · 1.08 KB

Home > @jsamr/counter-style > CounterStyleRenderer > withRtl

CounterStyleRenderer.withRtl() method

Create a new renderer which renders Right-to-left.

Signature:

withRtl(options?: RtlOptions): CounterStyleRenderer;

Parameters

Parameter Type Description
options RtlOptions

Returns:

CounterStyleRenderer

Remarks

By default: - The order of prefix, counter representation and suffix will be reversed when rendering marker. - The letter ordering of prefix and suffix will be reversed when rendering marker, prefix and suffix. - The letter ordering of counter representation will not be reversed when rendering marker and counter.

See RtlOptions.