Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #562
| Newsgroups | comp.lang.basic.visual.misc |
|---|---|
| Subject | Re: VB6 - use a custom, non-installed font? |
| Date | 2011-12-09 17:43 +0000 |
| References | <01c876ed-6902-4586-92a0-c98edf461cdc@c13g2000vbh.googlegroups.com><01ccb5c0$1bdbf510$6d01a8c0@k8s8x> <7363a3b2-fe07-49b8-8ecc-7ecdc59217b6@c13g2000vbh.googlegroups.com><27706558-976b-4301-b176-b2d9f1166973@q11g2000vbq.googlegroups.com> <jbra9p$ro2$1@dont-email.me> <bdf8f1a2-0361-482f-91da-6ad1172df0f5@o1g2000vbe.googlegroups.com> |
| Message-ID | <01ccb69a$177823b0$6d01a8c0@k8s8x> (permalink) |
| Organization | Albert-Ludwigs-Universität Freiburg |
| From | "Thorsten Albers" <gudea@gmx.de> |
Brigand <markashall@hotmail.com> schrieb im Beitrag <bdf8f1a2-0361-482f-91da-6ad1172df0f5@o1g2000vbe.googlegroups.com>... > That makes sense; I mistakenly assumed you were assigning a name to > reference the font you just loaded, not actually referring to the font > by it's creator's name. And double clicking does indeed give me the > correct name to reference, so no need for further code. > > Thank you both for your help, I have been struggling to come up with a > solution to thei problem for a while, and this works perfecly. Now if > I can just find a square terminal font.... This sounds to me as if you only need a screen font and not a font for printing. AddFontResourceEx() is able to add *.FON/*.FNT screen (AKA raster) fonts. *.FNT screen fonts can be edited with FontEdit which is shipped with VB 6/VS 6 (you have to search on the CDs). With this it should be possible for you to make your own font. -- Thorsten Albers gudea at gmx.de .
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Find similar
VB6 - use a custom, non-installed font? Brigand <markashall@hotmail.com> - 2011-12-08 06:53 -0800
Re: VB6 - use a custom, non-installed font? "Thorsten Albers" <gudea@gmx.de> - 2011-12-08 15:43 +0000
Re: VB6 - use a custom, non-installed font? Brigand <markashall@hotmail.com> - 2011-12-08 10:28 -0800
Re: VB6 - use a custom, non-installed font? Brigand <markashall@hotmail.com> - 2011-12-08 11:41 -0800
Re: VB6 - use a custom, non-installed font? "Mike Williams" <Mike@WhiskyAndCoke.com> - 2011-12-08 21:31 +0000
Re: VB6 - use a custom, non-installed font? Brigand <markashall@hotmail.com> - 2011-12-09 06:42 -0800
Re: VB6 - use a custom, non-installed font? Thorsten Albers <gudea@gmx.de> - 2011-12-09 23:08 +0100
Re: VB6 - use a custom, non-installed font? Jim Mack <no-uce-ube@mdxi.com> - 2011-12-09 20:14 -0500
Re: VB6 - use a custom, non-installed font? "Thorsten Albers" <gudea@gmx.de> - 2011-12-09 17:43 +0000
csiph-web