GlyphInfoList extension

Adds extension for lists of GlyphInfo.

on
  • PointerList<GlyphInfo>

Operators

operator [](int index) GlyphInfo
The object at the given index in the list.
operator []=(int index, GlyphInfo value) → void
Sets the value at the given index in the list to value.