moonpig - how do i use custom fonts in wysiwyg
moonpig - how do i use custom fonts in wysiwyg
am 18.12.2006 13:25:27 von markrush
im interested in replicating how moonpig.com 's card editor works. in
particular how you can display a custom server side font in a wysiwyg
editor - i know moonpig uses .net but can this be accomplished using
plain ol' asp ?
mark
Re: moonpig - how do i use custom fonts in wysiwyg
am 18.12.2006 13:55:06 von Kevin Hayes
yes look up Microsoft Weft
"mark r" wrote in message
news:1166444727.538824.191960@48g2000cwx.googlegroups.com...
> im interested in replicating how moonpig.com 's card editor works. in
> particular how you can display a custom server side font in a wysiwyg
> editor - i know moonpig uses .net but can this be accomplished using
> plain ol' asp ?
>
> mark
>
Re: moonpig - how do i use custom fonts in wysiwyg
am 18.12.2006 14:55:40 von markrush
Slim wrote:
> yes look up Microsoft Weft
>
> "mark r" wrote in message
> news:1166444727.538824.191960@48g2000cwx.googlegroups.com...
> > im interested in replicating how moonpig.com 's card editor works. in
> > particular how you can display a custom server side font in a wysiwyg
> > editor - i know moonpig uses .net but can this be accomplished using
> > plain ol' asp ?
> >
> > mark
> >
any that work X Browser?
Mark
Re: moonpig - how do i use custom fonts in wysiwyg
am 18.12.2006 16:04:24 von Kevin Hayes
"mark r" wrote in message
news:1166450140.805813.208760@79g2000cws.googlegroups.com...
>
> Slim wrote:
>> yes look up Microsoft Weft
>>
>> "mark r" wrote in message
>> news:1166444727.538824.191960@48g2000cwx.googlegroups.com...
>> > im interested in replicating how moonpig.com 's card editor works. in
>> > particular how you can display a custom server side font in a wysiwyg
>> > editor - i know moonpig uses .net but can this be accomplished using
>> > plain ol' asp ?
>> >
>> > mark
>> >
> any that work X Browser?
>
no as far as I know no other browser but IE has embedded fonts
> Mark
>
Re: moonpig - how do i use custom fonts in wysiwyg
am 19.12.2006 01:08:57 von Bob Lehmann
That site doesn't use WEFT or it wouldn't work in a modern browser (FireFox,
in my case).
The way it works is, they generate an image with your test.
Bob Lehmann
"Slim" wrote in message
news:O%23kuPXrIHHA.960@TK2MSFTNGP04.phx.gbl...
>
> "mark r" wrote in message
> news:1166450140.805813.208760@79g2000cws.googlegroups.com...
> >
> > Slim wrote:
> >> yes look up Microsoft Weft
> >>
> >> "mark r" wrote in message
> >> news:1166444727.538824.191960@48g2000cwx.googlegroups.com...
> >> > im interested in replicating how moonpig.com 's card editor works. in
> >> > particular how you can display a custom server side font in a wysiwyg
> >> > editor - i know moonpig uses .net but can this be accomplished using
> >> > plain ol' asp ?
> >> >
> >> > mark
> >> >
> > any that work X Browser?
> >
>
> no as far as I know no other browser but IE has embedded fonts
>
>
> > Mark
> >
>
>
Re: moonpig - how do i use custom fonts in wysiwyg
am 19.12.2006 09:51:52 von Kevin Hayes
"Bob Lehmann" wrote in message
news:%23SIP5FwIHHA.1504@TK2MSFTNGP03.phx.gbl...
> That site doesn't use WEFT or it wouldn't work in a modern browser
> (FireFox,
> in my case).
>
how do you mean modern?
Not much at all works in firebox
> The way it works is, they generate an image with your test.
>
> Bob Lehmann
>
> "Slim" wrote in message
> news:O%23kuPXrIHHA.960@TK2MSFTNGP04.phx.gbl...
>>
>> "mark r" wrote in message
>> news:1166450140.805813.208760@79g2000cws.googlegroups.com...
>> >
>> > Slim wrote:
>> >> yes look up Microsoft Weft
>> >>
>> >> "mark r" wrote in message
>> >> news:1166444727.538824.191960@48g2000cwx.googlegroups.com...
>> >> > im interested in replicating how moonpig.com 's card editor works.
>> >> > in
>> >> > particular how you can display a custom server side font in a
>> >> > wysiwyg
>> >> > editor - i know moonpig uses .net but can this be accomplished using
>> >> > plain ol' asp ?
>> >> >
>> >> > mark
>> >> >
>> > any that work X Browser?
>> >
>>
>> no as far as I know no other browser but IE has embedded fonts
>>
>>
>> > Mark
>> >
>>
>>
>
>
Re: moonpig - how do i use custom fonts in wysiwyg
am 19.12.2006 10:13:45 von markrush
Bob Lehmann wrote:
> That site doesn't use WEFT or it wouldn't work in a modern browser (FireFox,
> in my case).
>
> The way it works is, they generate an image with your test.
>
> Bob Lehmann
>
> "Slim" wrote in message
> news:O%23kuPXrIHHA.960@TK2MSFTNGP04.phx.gbl...
> >
> > "mark r" wrote in message
> > news:1166450140.805813.208760@79g2000cws.googlegroups.com...
> > >
> > > Slim wrote:
> > >> yes look up Microsoft Weft
> > >>
> > >> "mark r" wrote in message
> > >> news:1166444727.538824.191960@48g2000cwx.googlegroups.com...
> > >> > im interested in replicating how moonpig.com 's card editor works. in
> > >> > particular how you can display a custom server side font in a wysiwyg
> > >> > editor - i know moonpig uses .net but can this be accomplished using
> > >> > plain ol' asp ?
> > >> >
> > >> > mark
> > >> >
> > > any that work X Browser?
> > >
> >
> > no as far as I know no other browser but IE has embedded fonts
> >
> >
> > > Mark
> > >
> >
> >
How do you generate images in ASP without custom DLL's? we have aspjpeg
if thats any good.
Mark