Hide Comments
Hide Comments

Comments (0)

Defines the font weight type for the SVG 'font-weight' attribute, e.g., the boldness or lightness of the glyphs used to render the text, relative to other fonts in the same font family

Namespace: FMX.RS.SVGTypes

expandingSyntax

Delphi

type 
  TSVGFontWeight = (fwNone, fwNormal, fwBold, fwBolder, fwLighter, fw100, fw200, 
  fw300, fw400, fw500, fw600, fw700, fw800, fw900); 
 

expandingMembers

 

Name

Description

public enummember

fw100

Represents constant fw100.

public enummember

fw200

Represents constant fw200.

public enummember

fw300

Represents constant fw300.

public enummember

fw400

Represents constant fw400.

public enummember

fw500

Represents constant fw500.

public enummember

fw600

Represents constant fw600.

public enummember

fw700

Represents constant fw700.

public enummember

fw800

Represents constant fw800.

public enummember

fw900

Represents constant fw900.

public enummember

fwBold

Represents constant fwBold.

public enummember

fwBolder

Represents constant fwBolder.

public enummember

fwLighter

Represents constant fwLighter.

public enummember

fwNone

Represents constant fwNone.

public enummember

fwNormal

Represents constant fwNormal.

Top

expandingSee Also

Reference

Comments (0)

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