Home
last modified time | relevance | path

Searched defs:UnixFont (Results 1 – 6 of 6) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/ng/Togl2.1/
H A DtoglFont.c135 typedef struct UnixFont struct
137 TkFont font; /* Stuff used by generic font package. Must be
139 SubFont staticSubFonts[SUBFONT_SPACE];
141 int numSubFonts; /* Length of following array. */
142 SubFont *subFontArray; /* Array of SubFonts that have been loaded in
169 } UnixFont; argument
/dports/graphics/togl/Togl2.0/
H A DtoglFont.c134 typedef struct UnixFont struct
136 TkFont font; /* Stuff used by generic font package. Must be
138 SubFont staticSubFonts[SUBFONT_SPACE];
140 int numSubFonts; /* Length of following array. */
141 SubFont *subFontArray; /* Array of SubFonts that have been loaded in
168 } UnixFont; typedef
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixFont.c115 typedef struct UnixFont { struct
116 TkFont font; /* Stuff used by generic font package. Must
118 SubFont staticSubFonts[SUBFONT_SPACE];
121 int numSubFonts; /* Length of following array. */
122 SubFont *subFontArray; /* Array of SubFonts that have been loaded
147 } UnixFont; argument
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixFont.c98 typedef struct UnixFont { struct
99 TkFont font; /* Stuff used by generic font package. Must be
101 SubFont staticSubFonts[SUBFONT_SPACE];
104 int numSubFonts; /* Length of following array. */
105 SubFont *subFontArray; /* Array of SubFonts that have been loaded in
130 } UnixFont; argument
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixFont.c97 typedef struct UnixFont { struct
98 TkFont font; /* Stuff used by generic font package. Must be
100 SubFont staticSubFonts[SUBFONT_SPACE];
103 int numSubFonts; /* Length of following array. */
104 SubFont *subFontArray; /* Array of SubFonts that have been loaded in
129 } UnixFont; argument
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixFont.c97 typedef struct UnixFont { struct
98 TkFont font; /* Stuff used by generic font package. Must be
100 SubFont staticSubFonts[SUBFONT_SPACE];
103 int numSubFonts; /* Length of following array. */
104 SubFont *subFontArray; /* Array of SubFonts that have been loaded in
129 } UnixFont; typedef