Skip to content

PathPosition

EnumTextStudioTextStudio
public enum PathPosition

Controls which vertical part of a glyph is positioned on a curve path.

Above = 0

Places the source baseline on the path so ordinary letters sit above it.

Returns

TextStudio.PathPosition

Centered = 1

Places the source glyph center on the path.

Returns

TextStudio.PathPosition

Below = 2

Places the source glyph top edge on the path so the glyph sits below it.

Returns

TextStudio.PathPosition