Definition at line 2497 of file SFontOTF.cpp. References getPositions(). Referenced by storeMarkPositions(). { SS_GlyphIndex gv[2]; gv[0] = m0; gv[1] = m1; /* Relative to mark */ int x[2]; x[1] = 0; int y[2]; y[1] = 0; getPositions (6, gv, 2, 0, 0, x, y); /* 4 is mark-to-mark */ *ix = x[1]; *iy = y[1]; return; }
|