fontGetGlyphContours(font:size:index:)

    Returns outline contours of the glyph as a GDictionary with the following contents:

    TextServer.swift:3989
    final func fontGetGlyphContours(font: RID, size: Int, index: Int) -> GDictionary

    points - PackedVector3Array, containing outline points. x and y are point coordinates. z is the type of the point, using the ContourPointTag values.

    contours - PackedInt32Array, containing indices the end points of each contour.

    orientation - [bool], contour orientation. If true, clockwise contours must be filled.

    Other members in extension

    Types

    Type members

    Instance members