font-with-locale ( font locale -- font' )
Font shaping options

Prev:font-with-features ( font assoc -- font' )
Next:font-with-color-fonts ( font ? -- font' )


Vocabulary
fonts.shaping

Inputs
fonta font
localea nonempty locale name


Outputs
font'a new font


Word description
Sets the locale used for shaping, for example ar-sa. The default is en-us.

Definition