FontCurrent Property

FontNumber Method

Introduction

 

FontFace Method This function works with fonts


 

Change the face of a font.

 

Syntax

FlpGrf.FontFace( nFont As Integer, strFontFace As String )

 

The FontFace property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

nFont

Number of open font.

strFontFace

Change the face of an existing font number.

 

Remarks

This method changes the face of the font opened with FontOpen = "Arial,12,N"

 

Example

FlpGrf.FontFace 2, "Times New Roman"


 

See Also

All Font Routines, FontBold Property, FontClose Method, FontCurrent Property, FontFace Method, FontItalic Property, FontNumber Property, FontSize Property, FontUnderline Property



FontCurrent Property FontNumber Method

 

 

Last modified on: Friday, August 16, 2002