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: RSSVGTypes
Delphi
|
type
TSVGFontWeight = (fwNone, fwNormal, fwBold, fwBolder, fwLighter, fw100, fw200,
fw300, fw400, fw500, fw600, fw700, fw800, fw900);
|
|
Name
|
Description
|

|
fw100
|
Represents constant fw100.
|

|
fw200
|
Represents constant fw200.
|

|
fw300
|
Represents constant fw300.
|

|
fw400
|
Represents constant fw400.
|

|
fw500
|
Represents constant fw500.
|

|
fw600
|
Represents constant fw600.
|

|
fw700
|
Represents constant fw700.
|

|
fw800
|
Represents constant fw800.
|

|
fw900
|
Represents constant fw900.
|

|
fwBold
|
Represents constant fwBold.
|

|
fwBolder
|
Represents constant fwBolder.
|

|
fwLighter
|
Represents constant fwLighter.
|

|
fwNone
|
Represents constant fwNone.
|

|
fwNormal
|
Represents constant fwNormal.
|
Top
|