API  1.0.0
CGContextText.j File Reference

Go to the source code of this file.

Functions

function CGContextGetFont (aContext)
 
function CGContextGetTextMatrix (aContext)
 
function CGContextGetTextPosition (aContext)
 
function CGContextSelectFont (aContext, aFont)
 
function CGContextSetTextDrawingMode (aContext, aMode)
 
function CGContextSetTextMatrix (aContext, aTransform)
 
function CGContextSetTextPosition (aContext, x, y)
 
function CGContextShowText (aContext, aString)
 
function CGContextShowTextAtPoint (aContext, x, y, aString)
 

Variables

 kCGTextFill = 0
 
 kCGTextFillStroke = 2
 
 kCGTextInvisible = 3
 
 kCGTextStroke = 1
 

Function Documentation

◆ CGContextGetFont()

function CGContextGetFont ( aContext  )

Definition at line 48 of file CGContextText.j.

◆ CGContextGetTextMatrix()

function CGContextGetTextMatrix ( aContext  )

Definition at line 28 of file CGContextText.j.

◆ CGContextGetTextPosition()

function CGContextGetTextPosition ( aContext  )

Definition at line 38 of file CGContextText.j.

◆ CGContextSelectFont()

function CGContextSelectFont ( aContext  ,
aFont   
)

Definition at line 53 of file CGContextText.j.

◆ CGContextSetTextDrawingMode()

function CGContextSetTextDrawingMode ( aContext  ,
aMode   
)

Definition at line 59 of file CGContextText.j.

◆ CGContextSetTextMatrix()

function CGContextSetTextMatrix ( aContext  ,
aTransform   
)

Definition at line 33 of file CGContextText.j.

◆ CGContextSetTextPosition()

function CGContextSetTextPosition ( aContext  ,
,
 
)

Definition at line 43 of file CGContextText.j.

◆ CGContextShowText()

function CGContextShowText ( aContext  ,
aString   
)

Definition at line 64 of file CGContextText.j.

◆ CGContextShowTextAtPoint()

function CGContextShowTextAtPoint ( aContext  ,
,
,
aString   
)

Definition at line 69 of file CGContextText.j.

Variable Documentation

◆ kCGTextFill

kCGTextFill = 0

Definition at line 23 of file CGContextText.j.

◆ kCGTextFillStroke

kCGTextFillStroke = 2

Definition at line 25 of file CGContextText.j.

◆ kCGTextInvisible

kCGTextInvisible = 3

Definition at line 26 of file CGContextText.j.

◆ kCGTextStroke

kCGTextStroke = 1

Definition at line 24 of file CGContextText.j.