SetBrushPattern Method

ObjectHotArrowhead Method

Introduction

 

ObjectFont Method This function uses constants


 

Sets the font attributes for the next text object created.

 

Syntax

FlpGrf.ObjectFont( Handle As Integer, Alignment As Integer, Justification As Integer, Orientation As Integer )

 

The ObjectFont Method has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

Handle

Number of font added with the FontOpen property.

Alignment

flpTopAlign

0

Top alignment

flpCenterAlign

1

Center alignment

flpBaselineAlign

2

Baseline alignment

flpBottomAlign

3

Bottom alignment

Justification

flpLeft

0

Left justification

flpCenter

1

Center justification

flpRight

2

Right justification

Orientation

Rotation in 10th's of degrees (0-3600).

 

Remarks

Sets the font attributes for the next text object added with ObjectTextAdd method.


 

See Also

All Object Routines

 



SetBrushPattern Method ObjectHotArrowhead Method

 

 

Last modified on: Friday, August 16, 2002