Home
last modified time | relevance | path

Searched refs:fontStore (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/guilib/GUIlib-1.2.1/
H A DGUI_font.cpp13 charh = fontStore->h/16; in GUI_Font()
14 charw = fontStore->w/16; in GUI_Font()
22 fontStore=SDL_LoadBMP(name); in GUI_Font()
23 if (fontStore!=NULL) in GUI_Font()
25 charh = fontStore->h/16; in GUI_Font()
26 charw = fontStore->w/16; in GUI_Font()
44 fontStore=bitmap; in GUI_Font()
45 charh = fontStore->h/16; in GUI_Font()
46 charw = fontStore->w/16; in GUI_Font()
56 charh = fontStore->h/16; in GUI_Font()
[all …]
H A DGUI_font.h49 SDL_Surface *fontStore;
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFont.cpp2264 FXFontStore fontStore; in listFonts() local
2267 fontStore.hdc=hdc; in listFonts()
2268 fontStore.fonts=fonts; in listFonts()
2269 fontStore.numfonts=numfonts; in listFonts()
2270 fontStore.desc.weight=wt; in listFonts()
2271 fontStore.desc.slant=sl; in listFonts()
2272 fontStore.desc.setwidth=sw; in listFonts()
2273 fontStore.desc.encoding=en; in listFonts()
2274 fontStore.desc.flags=h; in listFonts()
2302 fonts=fontStore.fonts; in listFonts()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXFont.cpp2083 FXFontStore fontStore; in listFonts() local
2086 fontStore.hdc=hdc; in listFonts()
2087 fontStore.fonts=fonts; in listFonts()
2088 fontStore.numfonts=numfonts; in listFonts()
2089 fontStore.desc.weight=wt; in listFonts()
2090 fontStore.desc.slant=sl; in listFonts()
2091 fontStore.desc.setwidth=sw; in listFonts()
2092 fontStore.desc.encoding=en; in listFonts()
2093 fontStore.desc.flags=h; in listFonts()
2121 fonts=fontStore.fonts; in listFonts()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXFont.cpp2083 FXFontStore fontStore; in listFonts() local
2086 fontStore.hdc=hdc; in listFonts()
2087 fontStore.fonts=fonts; in listFonts()
2088 fontStore.numfonts=numfonts; in listFonts()
2089 fontStore.desc.weight=wt; in listFonts()
2090 fontStore.desc.slant=sl; in listFonts()
2091 fontStore.desc.setwidth=sw; in listFonts()
2092 fontStore.desc.encoding=en; in listFonts()
2093 fontStore.desc.flags=h; in listFonts()
2121 fonts=fontStore.fonts; in listFonts()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXFont.cpp2091 FXFontStore fontStore; in listFonts() local
2094 fontStore.hdc=hdc; in listFonts()
2095 fontStore.fonts=fonts; in listFonts()
2096 fontStore.numfonts=numfonts; in listFonts()
2097 fontStore.desc.weight=wt; in listFonts()
2098 fontStore.desc.slant=sl; in listFonts()
2099 fontStore.desc.setwidth=sw; in listFonts()
2100 fontStore.desc.encoding=en; in listFonts()
2101 fontStore.desc.flags=h; in listFonts()
2129 fonts=fontStore.fonts; in listFonts()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXFont.cpp2091 FXFontStore fontStore; in listFonts() local
2094 fontStore.hdc=hdc; in listFonts()
2095 fontStore.fonts=fonts; in listFonts()
2096 fontStore.numfonts=numfonts; in listFonts()
2097 fontStore.desc.weight=wt; in listFonts()
2098 fontStore.desc.slant=sl; in listFonts()
2099 fontStore.desc.setwidth=sw; in listFonts()
2100 fontStore.desc.encoding=en; in listFonts()
2101 fontStore.desc.flags=h; in listFonts()
2129 fonts=fontStore.fonts; in listFonts()
[all …]