Hide Comments
Hide Comments

Comments (0)

Defines the generic font families. The generic font family are used if one or more of the other fonts in a font set is unavailable when defining the font-family of a text element. The following generic families are defined: 'serif', 'sans-serif', ' cursive', 'fantasy', and 'monospace'

Namespace: RSSVGTypes

expandingSyntax

Delphi

type 
  TSVGGenericFontFamily = (gffNone, gffSerif, gffSansSerif, gffCursive, gffFantasy, gffMonospace); 
 

expandingMembers

 

Name

Description

public enummember

gffCursive

Represents constant gffCursive.

public enummember

gffFantasy

Represents constant gffFantasy.

public enummember

gffMonospace

Represents constant gffMonospace.

public enummember

gffNone

Represents constant gffNone.

public enummember

gffSansSerif

Represents constant gffSansSerif.

public enummember

gffSerif

Represents constant gffSerif.

Top

expandingRemarks

Generic font families are a fallback mechanism, a means of preserving some of the style sheet author's intent in the worst case when none of the specified fonts can be selected. For optimum typographic control, particular named fonts should be used in style sheets.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb