G
Guest
Can I set Private Fonts in a browser object with the new Visual Basic .net
2005?
Thanks!
Bob
2005?
Thanks!
Bob
Can I set Private Fonts in a browser object with the new Visual Basic .net
2005?
Thanks!
Bob
I'm not sure... but I need to have the browser object use a font that is only
in my application directory. i.e NOT installed in the Windows Font directory.
For contractural reasons I need to keep the font only in my application's
directory.
I use set PrivateFont to do this for other objects that use the subject font
but the COM browser object for VB .Net 2003 defaults to look for fonts in
Windows fonts directory.( I was hoping the managed browser object under
VB .Net 2005 might let me specify a font to be in a different location from
the Windows font directory. Then again maybe you know of a way in html to do
the same??
Bob
YES its a specific font.Is this contract specfic to this font,
YES its a specific font.
I tried WEFT and it works with the IE object browser but slow on loading a
full font with no subsetting. It would be nice if WEFT was not so
restrictive on which html files could use the font. Is there a wild card to
let all "roots" share the same font? I don't want to have to recompile the
WEFT font file every time I add an html file in another directory just so it
can also share the same font.