ObjectHotSendToFront Method

ObjectHotMove Method

Introduction

 

ObjectHotFont Method images/cons0001.png


 

Modifies the font of the hot text object.

 

Syntax

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

 

The ObjectHotFont 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

Modifies the font attributes of the hot text object. An object is made hot via ObjectHotSelect.


 

See Also

All Object Routines



ObjectHotSendToFront Method ObjectHotMove Method

 

 

Last modified on: Friday, August 16, 2002