<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusGraphicsTypes > Enumerations:
Comments (0)
Specifies the font families supported (serif, sans serif and monospace)
Namespace: RSGdiPlusGraphicsTypes
Delphi
type TRSGPGenericFontFamily = ( gffSerif, gffSansSerif, gffMonospace );
Name
Description
gffMonospace
Represents constant gffMonospace.
gffSansSerif
Represents constant gffSansSerif.
gffSerif
Represents constant gffSerif.
Top
•RSGdiPlusGraphicsTypes