Fields
SFNode [in, out] metadata NULL [X3DMetadataObject]
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
SFString [ ] language ""
Language codes consist of a primary code and a (possibly empty) series of subcodes. [ language-code = primary-code ( "-" subcode )* ] Two-letter primary codes are reserved for language abbreviations. Two-letter primary codes include en (English), fr (French), de (German), it (Italian), nl (Dutch), el (Greek), es (Spanish), pt (Portuguese), ar (Arabic), he (Hebrew), ru (Russian), zh (Chinese), ja (Japanese), hi (Hindi), ur (Urdu), and sa (Sanskrit). Any two-letter subcode is understood to be a country code.
Warning
Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
See Also
See ISO639.2 Codes for the Representation of Names of Languages See RFC3066 Tags for the Identification of Languages See ISO3166 or Relates to Internationalization (i18n)
MFString [ ] family "SERIF"
Array of quoted font family names in preference order, browsers use the first supported family.
Hints
Example family array might be "Times" "SERIF" Values with guaranteed support include "SERIF" "SANS" "TYPEWRITER". SERIF and SANS are variable-width fonts (for example, Times Roman and Arial). TYPEWRITER is a fixed-width font (for example, Courier). MFString arrays can have multiple values, so "separate each individual string" "by using quote marks". See 15.2.2.2 Font family and style http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle for details.
Warning
Font family support often varies.
See Also
SFString [ ] style "PLAIN" ["PLAIN"|"BOLD"|"ITALIC"|"BOLDITALIC"|""]
Pick one of four values for text style.
Hint
See 15.2.2.2 Font family and style http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle for details.
Warning
Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
SFFloat [ ] size 1 (0,∞)
Nominal height (in local coordinate system) of text glyphs Also sets default spacing between adjacent lines of text.
SFFloat [ ] spacing 1 [0,∞)
Adjustment factor for line spacing between adjacent lines of text.
SFBool [ ] horizontal TRUE
Whether text direction is horizontal (true) or vertical (false).
Hint
See 15.2.2.3 Direction and justification http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.
See Also
SFBool [ ] leftToRight TRUE
Field leftToRight.
SFBool [ ] topToBottom TRUE
Whether text direction is top-to-bottom (true) or bottom-to-top (false).
Hint
See 15.2.2.3 Direction and justification http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.
See Also
MFString [ ] justify "BEGIN" ["BEGIN","END","FIRST","MIDDLE",""]
The justify field determines alignment of the above text layout relative to the origin of the object coordinate system.
Hints
Preferred value is usually justify=' "MIDDLE" "MIDDLE" ' for centered justification horizontally and vertically. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks". See 15.2.2.3 Direction and justification http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.
Warnings
Exactly two string values are provided for major and minor axis alignment. Do not use illegal values such as LEFT RIGHT TOP BOTTOM or CENTER.