Uses of Class
org.extex.font.format.xtf.tables.cff.T2PathConstruction

Packages that use T2PathConstruction
org.extex.font.format.xtf.tables.cff This package contains the definitions and implementations for the TTF/OTF font CFF. 
 

Uses of T2PathConstruction in org.extex.font.format.xtf.tables.cff
 

Subclasses of T2PathConstruction in org.extex.font.format.xtf.tables.cff
 class T2Flex
          flex: dx1 dy1 dx2 dy2 dx3 dy3 dx4 dy4 dx5 dy5 dx6 dy6 fd flex (12 35).
 class T2Flex1
          flex1: dx1 dy1 dx2 dy2 dx3 dy3 dx4 dy4 dx5 dy5 d6 flex1 (12 37).
 class T2HFlex
          hflex: dx1 dx2 dy2 dx3 dx4 dx5 dx6 hflex (12 34).
 class T2HFlex1
          hflex1: dx1 dy1 dx2 dy2 dx3 dx4 dx5 dy5 dx6 hflex1 (12 36).
 class T2HhcurveTo
          hhcurveto: dy1? {dxa dxb dyb dxc}+ hhcurveto (27).
 class T2HLineTo
          hlineto: dx1 {dya dxb}* hlineto (6) : {dxa dyb}+ hlineto (6).
 class T2HMoveTo
          hmoveto: dx1 hmoveto (22).
 class T2HvcurveTo
          hvcurveto: dx1 dx2 dy2 dy3 {dya dxb dyb dxc dxd dxe dye dyf}* dxf? hvcurveto (31) : {dxa dxb dyb dyc dyd dxe dye dxf}+ dyf? hvcurveto (31).
 class T2RcurveLine
          rcurveline: {dxa dya dxb dyb dxc dyc}+ dxd dyd rcurveline (24).
 class T2RlineCurve
          rlinecurve: {dxa dya}+ dxb dyb dxc dyc dxd dyd rlinecurve (25).
 class T2RLineTo
          rlineto: {dxa dya}+ rlineto (5).
 class T2RMoveTo
          rmoveto : dx1 dy1 rmoveto (21).
 class T2RrCurveTo
          T2 rrcurveto: {dxa dya dxb dyb dxc dyc}+ rrcurveto (8).
 class T2VhcurveTo
          vhcurveto: dy1 dx2 dy2 dx3 {dxa dxb dyb dyc dyd dxe dye dxf}* dyf? vhcurveto (30) : {dya dxb dyb dxc dxd dxe dye dyf}+ dxf? vhcurveto (30).
 class T2VLineTo
          vlineto: dy1 {dxa dyb}* vlineto (7) : {dya dxb}+ vlineto (7).
 class T2VMoveTo
          vmoveto: dy1 vmoveto (4).
 class T2VvcurveTo
          vvcurveto: dx1? {dya dxb dyb dyc}+ vvcurveto (26).