Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
SVG_SET_FONT_STYLE

SVG_SET_FONT_STYLE 


 

SVG_SET_FONT_STYLE ( svgObject ; Stil ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
Stil  Ganzzahl 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



Siehe auch 

SVG_SET_FONT_SIZE

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Text
Nummer: 65950

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)