Navigation: Code Documentation > RSVML > RSGdiPlusGraphicsTypes > Enumerations
TRSGPGenericFontFamily Enumeration
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