Column Routines

Graph Routines

Introduction

 

Font Routines


 

These routines are used to open and select fonts for a specific task. Flipper Graph Control gives you great flexibility in selecting fonts: You can use any font installed on the target computer and every object can use a different font with different attributes. You can change axis label font, mark font, title font, etc. Each opened font has a handle by which it is referenced. The default font (Arial 8pt) has a handle of 0 and can not be closed. The next created font will have a handle of 1. When this font is closed, memory is freed and all handles shift downward.

 

General

FontClose Method

Closes a specific font handle

FontCurrent Property

Selects the font to use

FontNumber Method

Returns the number of open fonts

FontOpen Property

Opens a font for use

 

Appearance

FontBold Property

Enables/disables bold face

FontItalic Property

Enables/disables italics

FontFace Method

Changes size, attributes, and fontface of an already open font

FontSize Property

Sets font size

FontUnderline Property

Enables/disables underline

 

Font Selection

AxisTitleFont Property

Sets font for axis title

ColumnMarkFont Property

Sets font for marks

GraphTitleFont Property

Sets font for graph title (1st line)

GraphTitleFont2 Property

Sets font for graph title (2nd and further lines)

LegendFont Property

Sets the font to use for the legend


 

See Also

Axis Routines, Column Routines, Data Routines, Font Routines, Graph Routines, Legend Routines, Object Routines, Picture Routines, Pie Routines,



Column Routines Graph Routines

 

 

Last modified on: Friday, August 16, 2002