4D v14

SVG_SET_FONT_STYLE

Home

 
4D v14
SVG_SET_FONT_STYLE

SVG_SET_FONT_STYLE 


 

SVG_SET_FONT_STYLE ( svgObject ; style ) 
Parameter Type   Description
svgObject  SVG_Ref in Reference of SVG element
style  Integer in Style of characters

The SVG_SET_FONT_STYLE command can be used to specify the text style for the SVG object having the svgObject reference. If svgObject does not reference a valid element, an error is generated.

In the style parameter, you must pass one of the following values or a combination of several values:

0 = Plain
1 = Bold
2 = Italic
4 = Underline
8 = Strikethrough

 
PROPERTIES 

Product: 4D
Theme: Text
Number: 65950

 
HISTORY 

Created: Composant 4D SVG v11.3

 
SEE ALSO 

SVG_SET_FONT_SIZE

 
ARTICLE USAGE

4D SVG Component ( 4D v13)
4D SVG Component ( 4D v12)
4D SVG Component ( Composant 4D SVG v11.4)
4D SVG Component ( 4D v14 R2)
4D SVG Component ( 4D v14)
4D SVG Component ( 4D v14 R3)
4D SVG Component ( 4D v14 R4)