All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.ST_textfont_t Maven / Gradle / Ivy

There is a newer version: 1.2024.8
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;

import smetana.core.CString;
import smetana.core.UnsupportedStarStruct;

final public class ST_textfont_t extends UnsupportedStarStruct {

	public CString name;
	public double size;





}

// typedef struct {
// char* name;
// char* color;
// PostscriptAlias *postscript_alias;
// double size;
// unsigned int flags:7; /* HTML_UL, HTML_IF, HTML_BF, etc. */
// unsigned int cnt:(sizeof(unsigned int) * 8 - 7); /* reference count */
// } textfont_t;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy