Name
pglyphstring:Get -- get glyph info
Synopsis
table = pglyphstring:Get(index)
Function
Gets positioning information and visual attributes for the glyph at
index
. The information is returned as a table. See
pglyphstring:Set()
for a description of all the table fields that are set by this function.
Inputs
index
glyph to use
Results
table
a table containing glyph information
Show TOC