X_FontStyle      3805 src/scenegraph/x3d_nodes.c 	X_FontStyle *p = (X_FontStyle *) node;
X_FontStyle      3827 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->family;
X_FontStyle      3833 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->horizontal;
X_FontStyle      3839 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->justify;
X_FontStyle      3845 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->language;
X_FontStyle      3851 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->leftToRight;
X_FontStyle      3857 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->size;
X_FontStyle      3863 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->spacing;
X_FontStyle      3869 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->style;
X_FontStyle      3875 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *) node)->topToBottom;
X_FontStyle      3882 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_FontStyle *)node)->metadata;
X_FontStyle      3908 src/scenegraph/x3d_nodes.c 	X_FontStyle *p;
X_FontStyle      3909 src/scenegraph/x3d_nodes.c 	GF_SAFEALLOC(p, X_FontStyle);