Property NeutralCultureInfo
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
NeutralCultureInfo
Gets the neutral language for text rendering.
public CultureInfo NeutralCultureInfo { get; }
Property Value
- CultureInfo
An instance of the CultureInfo specifying the neutral culture information for texts. The default is the English culture.
Remarks
For vertical text rendering, there is a basic text splitting into Western and other languages. This culture information is used to render the Western language part, and the mains culture information for the other languages.