Is it possible to use Robofab to generate weights from an MM vfb. I have a Fontlab MM vfb that I want to generate weights from. I can do this using Fontlab Tools > Multiple Maters > Generate Instance etc. but I was hoping to use a Robofab script to quickly generate the weights.
following up on my comment on Typophile (http://ww.typophile.com/node/94659): How recent is the version of Robofab you’re using? Updating might be a solution.
Otherwise, you can to re-write the script to not use dialogues – judging by your traceback, a module (part of Carbon?) is imported, which no longer exists.
> Is it possible to use Robofab to generate weights from an MM vfb.
> I have a Fontlab MM vfb that I want to generate weights from.
> I can do this using Fontlab Tools > Multiple Maters > Generate Instance etc.
> but I was hoping to use a Robofab script to quickly generate the weights.
> ttmt
> -- > You received this message because you are subscribed to the Google Groups "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com
> To unsubscribe from this group, send email to robofab-unsubscribe@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/robofab?hl=en
> Messages from newly joined members are subject to moderation.
> Download RoboFab and documentation at http://robofab.com
On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
> Hi,
> following up on my comment on Typophile (
> http://ww.typophile.com/node/94659): > How recent is the version of Robofab you’re using? Updating might be a > solution.
> Otherwise, you can to re-write the script to not use dialogues – judging > by your traceback, a module (part of Carbon?) is imported, which no longer > exists.
> Cheers, > Frank
> On 14.Jul2012, at 08:43 , ttmt wrote:
> > Hi all
> > Is it possible to use Robofab to generate weights from an MM vfb. > > I have a Fontlab MM vfb that I want to generate weights from. > > I can do this using Fontlab Tools > Multiple Maters > Generate Instance > etc. > > but I was hoping to use a Robofab script to quickly generate the > weights.
> > ttmt
> > -- > > You received this message because you are subscribed to the Google > Groups "RoboFab" group. > > To post to this group, send email to robofab@googlegroups.com > > To unsubscribe from this group, send email to > robofab-unsubscribe@googlegroups.com > > For more options, visit this group at > http://groups.google.com/group/robofab?hl=en
> > Messages from newly joined members are subject to moderation. > > Download RoboFab and documentation at http://robofab.com
If the only thing you need is to make vfb font instances, then the script below should do it.
Keep in mind that it assumes that the MM font has only one axis.
To support MM fonts with more axes just edit the tuples in the instValues list.
for value in instValues:
fontInstance = Font(fontMM, value)
fl.Add(fontInstance)
###
On 2012/07/15, at 02:54, ttmt wrote:
Hi
I just installed the lastest version of Robofab - RoboFab560M_plusDependencies
Still no luck with the Ben Kiel script - I have looked through the script but I don't understand enough python to re-write it without dialogues.
I don't need the code to be expandable, I just need a hard coded function that will generate 6 vfb weights from a MM vfb.
Is there a Robofab function that can generate vfb's ?
On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
Hi,
following up on my comment on Typophile (http://ww.typophile.com/node/94659): How recent is the version of Robofab you’re using? Updating might be a solution.
Otherwise, you can to re-write the script to not use dialogues – judging by your traceback, a module (part of Carbon?) is imported, which no longer exists.
> Is it possible to use Robofab to generate weights from an MM vfb.
> I have a Fontlab MM vfb that I want to generate weights from.
> I can do this using Fontlab Tools > Multiple Maters > Generate Instance etc.
> but I was hoping to use a Robofab script to quickly generate the weights.
> ttmt
> --
> You received this message because you are subscribed to the Google Groups "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com<mailto:robofab@googlegroups.com>
> To unsubscribe from this group, send email to robofab-unsubscribe@googlegroups.com<mailto:robofab-unsubscribe@googlegroup s.com>
> For more options, visit this group at http://groups.google.com/group/robofab?hl=en
--
You received this message because you are subscribed to the Google Groups "RoboFab" group.
To post to this group, send email to robofab@googlegroups.com<mailto:robofab@googlegroups.com>
To unsubscribe from this group, send email to robofab-unsubscribe@googlegroups.com<mailto:robofab-unsubscribe@googlegroup s.com>
For more options, visit this group at http://groups.google.com/group/robofab?hl=en
On Sunday, July 15, 2012 11:56:14 AM UTC+1, Miguel Sousa wrote:
> If the only thing you need is to make vfb font instances, then the script > below should do it.
> Keep in mind that it assumes that the MM font has only one axis.
> To support MM fonts with more axes just edit the tuples in the instValues > list.
> for value in instValues:
> fontInstance = Font(fontMM, value)
> fl.Add(fontInstance)
> ###
> On 2012/07/15, at 02:54, ttmt wrote:
> Hi
> I just installed the lastest version of Robofab > - RoboFab560M_plusDependencies
> Still no luck with the Ben Kiel script - I have looked through the script > but I don't understand enough python to re-write it without dialogues.
> I don't need the code to be expandable, I just need a hard coded function > that will generate 6 vfb weights from a MM vfb.
> Is there a Robofab function that can generate vfb's ?
> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
>> Hi,
>> following up on my comment on Typophile (
>> http://ww.typophile.com/node/94659): >> How recent is the version of Robofab you’re using? Updating might be a >> solution.
>> Otherwise, you can to re-write the script to not use dialogues – judging >> by your traceback, a module (part of Carbon?) is imported, which no longer >> exists.
>> Cheers, >> Frank
>> On 14.Jul2012, at 08:43 , ttmt wrote:
>> > Hi all
>> > Is it possible to use Robofab to generate weights from an MM vfb. >> > I have a Fontlab MM vfb that I want to generate weights from. >> > I can do this using Fontlab Tools > Multiple Maters > Generate Instance >> etc. >> > but I was hoping to use a Robofab script to quickly generate the >> weights.
>> > ttmt
>> > -- >> > You received this message because you are subscribed to the Google >> Groups "RoboFab" group. >> > To post to this group, send email to robofab@googlegroups.com >> > To unsubscribe from this group, send email to >> robofab-unsubscribe@googlegroups.com >> > For more options, visit this group at >> http://groups.google.com/group/robofab?hl=en
>> > Messages from newly joined members are subject to moderation. >> > Download RoboFab and documentation at http://robofab.com
> -- > You received this message because you are subscribed to the Google Groups > "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com
> To unsubscribe from this group, send email to > robofab-unsubscribe@googlegroups.com
> For more options, visit this group at > http://groups.google.com/group/robofab?hl=en
> Messages from newly joined members are subject to moderation.
> Download RoboFab and documentation at http://robofab.com
On Sunday, July 15, 2012 12:43:31 PM UTC+1, ttmt wrote:
> Thank you Miguel, thats exactly what I was looking for.
> On Sunday, July 15, 2012 11:56:14 AM UTC+1, Miguel Sousa wrote:
>> If the only thing you need is to make vfb font instances, then the script >> below should do it.
>> Keep in mind that it assumes that the MM font has only one axis.
>> To support MM fonts with more axes just edit the tuples in the instValues >> list.
>> for value in instValues:
>> fontInstance = Font(fontMM, value)
>> fl.Add(fontInstance)
>> ###
>> On 2012/07/15, at 02:54, ttmt wrote:
>> Hi
>> I just installed the lastest version of Robofab >> - RoboFab560M_plusDependencies
>> Still no luck with the Ben Kiel script - I have looked through the script >> but I don't understand enough python to re-write it without dialogues.
>> I don't need the code to be expandable, I just need a hard coded function >> that will generate 6 vfb weights from a MM vfb.
>> Is there a Robofab function that can generate vfb's ?
>> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
>>> Hi,
>>> following up on my comment on Typophile (
>>> http://ww.typophile.com/node/94659): >>> How recent is the version of Robofab you’re using? Updating might be a >>> solution.
>>> Otherwise, you can to re-write the script to not use dialogues – judging >>> by your traceback, a module (part of Carbon?) is imported, which no longer >>> exists.
>>> Cheers, >>> Frank
>>> On 14.Jul2012, at 08:43 , ttmt wrote:
>>> > Hi all
>>> > Is it possible to use Robofab to generate weights from an MM vfb. >>> > I have a Fontlab MM vfb that I want to generate weights from. >>> > I can do this using Fontlab Tools > Multiple Maters > Generate >>> Instance etc. >>> > but I was hoping to use a Robofab script to quickly generate the >>> weights.
>>> > ttmt
>>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups "RoboFab" group. >>> > To post to this group, send email to robofab@googlegroups.com >>> > To unsubscribe from this group, send email to >>> robofab-unsubscribe@googlegroups.com >>> > For more options, visit this group at >>> http://groups.google.com/group/robofab?hl=en
>>> > Messages from newly joined members are subject to moderation. >>> > Download RoboFab and documentation at http://robofab.com
>> -- >> You received this message because you are subscribed to the Google Groups >> "RoboFab" group.
>> To post to this group, send email to robofab@googlegroups.com
>> To unsubscribe from this group, send email to >> robofab-unsubscribe@googlegroups.com
>> For more options, visit this group at >> http://groups.google.com/group/robofab?hl=en
>> Messages from newly joined members are subject to moderation.
>> Download RoboFab and documentation at http://robofab.com
Miguel's code uses the FontLab Python API ( http://e-font.de/flpydoc/ ),
not the RoboFab API. Those APIs use different notation for attributes
such as family name etc. So the code you need is:
> for value in instValues:
> fontInstance = Font(fontMM, value)
> fl.Add(fontInstance)
> fl.info.familyName = "TestFont"
> fl.info.weightName = weights[value]
> fl.info.weightValue = weightVals[value]
> ###
> On Sunday, July 15, 2012 12:43:31 PM UTC+1, ttmt wrote:
> Thank you Miguel, thats exactly what I was looking for.
> On Sunday, July 15, 2012 11:56:14 AM UTC+1, Miguel Sousa wrote:
> If the only thing you need is to make vfb font instances, then
> the script below should do it.
> Keep in mind that it assumes that the MM font has only one axis.
> To support MM fonts with more axes just edit the tuples in
> the instValues list.
> for value in instValues:
> fontInstance = Font(fontMM, value)
> fl.Add(fontInstance)
> ###
> On 2012/07/15, at 02:54, ttmt wrote:
>> Hi
>> I just installed the lastest version of Robofab
>> - RoboFab560M_plusDependencies
>> Still no luck with the Ben Kiel script - I have looked
>> through the script but I don't understand enough python to
>> re-write it without dialogues.
>> I don't need the code to be expandable, I just need a hard
>> coded function that will generate 6 vfb weights from a MM vfb.
>> Is there a Robofab function that can generate vfb's ?
>> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
>> Otherwise, you can to re-write the script to not use
>> dialogues – judging by your traceback, a module (part of
>> Carbon?) is imported, which no longer exists.
>> Cheers,
>> Frank
>> On 14.Jul2012, at 08:43 , ttmt wrote:
>> > Hi all
>> > Is it possible to use Robofab to generate weights from
>> an MM vfb.
>> > I have a Fontlab MM vfb that I want to generate weights
>> from.
>> > I can do this using Fontlab Tools > Multiple Maters >
>> Generate Instance etc.
>> > but I was hoping to use a Robofab script to quickly
>> generate the weights.
>> > ttmt
>> > --
>> > You received this message because you are subscribed to
>> the Google Groups "RoboFab" group.
>> > To post to this group, send email to
>> robofab@googlegroups.com <mailto:robofab@googlegroups.com>
>> > To unsubscribe from this group, send email to
>> robofab-unsubscribe@googlegroups.com
>> <mailto:robofab-unsubscribe@googlegroups.com>
>> > For more options, visit this group at
>> http://groups.google.com/group/robofab?hl=en >> <http://groups.google.com/group/robofab?hl=en>
>> > Messages from newly joined members are subject to
>> moderation.
>> > Download RoboFab and documentation at
>> http://robofab.com <http://robofab.com/>
>> -- >> You received this message because you are subscribed to the
>> Google Groups "RoboFab" group.
>> To post to this group, send email to robofab@googlegroups.com
>> <mailto:robofab@googlegroups.com>
>> To unsubscribe from this group, send email to
>> robofab-unsubscribe@googlegroups.com
>> <mailto:robofab-unsubscribe@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/robofab?hl=en >> <http://groups.google.com/group/robofab?hl=en>
>> Messages from newly joined members are subject to moderation.
>> Download RoboFab and documentation at http://robofab.com >> <http://robofab.com/>
> -- > You received this message because you are subscribed to the Google
> Groups "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com
> <mailto:robofab@googlegroups.com>
> To unsubscribe from this group, send email to
> robofab-unsubscribe@googlegroups.com
> <mailto:robofab-unsubscribe@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/robofab?hl=en
> Messages from newly joined members are subject to moderation.
> Download RoboFab and documentation at http://robofab.com
--
May success attend your efforts,
-- Adam Twardoch
(Remove "list." from e-mail address to contact me directly.)
On Sunday, July 15, 2012 2:36:33 PM UTC+1, Adam Twardoch wrote:
> Miguel's code uses the FontLab Python API ( http://e-font.de/flpydoc/ ), > not the RoboFab API. Those APIs use different notation for attributes > such as family name etc. So the code you need is:
> > On Sunday, July 15, 2012 12:43:31 PM UTC+1, ttmt wrote:
> > Thank you Miguel, thats exactly what I was looking for.
> > On Sunday, July 15, 2012 11:56:14 AM UTC+1, Miguel Sousa wrote:
> > If the only thing you need is to make vfb font instances, then > > the script below should do it. > > Keep in mind that it assumes that the MM font has only one axis. > > To support MM fonts with more axes just edit the tuples in > > the instValues list.
> > for value in instValues: > > fontInstance = Font(fontMM, value) > > fl.Add(fontInstance) > > ###
> > On 2012/07/15, at 02:54, ttmt wrote:
> >> Hi
> >> I just installed the lastest version of Robofab > >> - RoboFab560M_plusDependencies
> >> Still no luck with the Ben Kiel script - I have looked > >> through the script but I don't understand enough python to > >> re-write it without dialogues.
> >> I don't need the code to be expandable, I just need a hard > >> coded function that will generate 6 vfb weights from a MM vfb.
> >> Is there a Robofab function that can generate vfb's ?
> >> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
> >> Otherwise, you can to re-write the script to not use > >> dialogues – judging by your traceback, a module (part of > >> Carbon?) is imported, which no longer exists.
> >> Cheers, > >> Frank
> >> On 14.Jul2012, at 08:43 , ttmt wrote:
> >> > Hi all
> >> > Is it possible to use Robofab to generate weights from > >> an MM vfb. > >> > I have a Fontlab MM vfb that I want to generate weights > >> from. > >> > I can do this using Fontlab Tools > Multiple Maters > > >> Generate Instance etc. > >> > but I was hoping to use a Robofab script to quickly > >> generate the weights.
> >> > ttmt
> >> > -- > >> > You received this message because you are subscribed to > >> the Google Groups "RoboFab" group. > >> > To post to this group, send email to > >> robofab@googlegroups.com <mailto:robofab@googlegroups.com> > >> > To unsubscribe from this group, send email to > >> robofab-unsubscribe@googlegroups.com > >> <mailto:robofab-unsubscribe@googlegroups.com> > >> > For more options, visit this group at > >> http://groups.google.com/group/robofab?hl=en > >> <http://groups.google.com/group/robofab?hl=en>
> >> > Messages from newly joined members are subject to > >> moderation. > >> > Download RoboFab and documentation at > >> http://robofab.com <http://robofab.com/>
> >> -- > >> You received this message because you are subscribed to the > >> Google Groups "RoboFab" group. > >> To post to this group, send email to robofab@googlegroups.com > >> <mailto:robofab@googlegroups.com> > >> To unsubscribe from this group, send email to > >> robofab-unsubscribe@googlegroups.com > >> <mailto:robofab-unsubscribe@googlegroups.com> > >> For more options, visit this group at > >> http://groups.google.com/group/robofab?hl=en > >> <http://groups.google.com/group/robofab?hl=en>
> >> Messages from newly joined members are subject to moderation. > >> Download RoboFab and documentation at http://robofab.com > >> <http://robofab.com/>
> > -- > > You received this message because you are subscribed to the Google > > Groups "RoboFab" group. > > To post to this group, send email to robofab@googlegroups.com > > <mailto:robofab@googlegroups.com> > > To unsubscribe from this group, send email to > > robofab-unsubscribe@googlegroups.com > > <mailto:robofab-unsubscribe@googlegroups.com> > > For more options, visit this group at > > http://groups.google.com/group/robofab?hl=en
> > Messages from newly joined members are subject to moderation. > > Download RoboFab and documentation at http://robofab.com
> --
> May success attend your efforts, > -- Adam Twardoch > (Remove "list." from e-mail address to contact me directly.)
> Thanks Adam thats exactly what I was looking for.
> Does the Fontlab Python API have a Save function to save the generated vfb - I have looked but can't see it.
> On Sunday, July 15, 2012 2:36:33 PM UTC+1, Adam Twardoch wrote:
> Miguel's code uses the FontLab Python API ( http://e-font.de/flpydoc/ ), > not the RoboFab API. Those APIs use different notation for attributes > such as family name etc. So the code you need is:
> > On Sunday, July 15, 2012 12:43:31 PM UTC+1, ttmt wrote:
> > Thank you Miguel, thats exactly what I was looking for.
> > On Sunday, July 15, 2012 11:56:14 AM UTC+1, Miguel Sousa wrote:
> > If the only thing you need is to make vfb font instances, then > > the script below should do it. > > Keep in mind that it assumes that the MM font has only one axis. > > To support MM fonts with more axes just edit the tuples in > > the instValues list.
> > for value in instValues: > > fontInstance = Font(fontMM, value) > > fl.Add(fontInstance) > > ###
> > On 2012/07/15, at 02:54, ttmt wrote:
> >> Hi
> >> I just installed the lastest version of Robofab > >> - RoboFab560M_plusDependencies
> >> Still no luck with the Ben Kiel script - I have looked > >> through the script but I don't understand enough python to > >> re-write it without dialogues.
> >> I don't need the code to be expandable, I just need a hard > >> coded function that will generate 6 vfb weights from a MM vfb.
> >> Is there a Robofab function that can generate vfb's ?
> >> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
> >> Otherwise, you can to re-write the script to not use > >> dialogues – judging by your traceback, a module (part of > >> Carbon?) is imported, which no longer exists.
> >> Cheers, > >> Frank
> >> On 14.Jul2012, at 08:43 , ttmt wrote:
> >> > Hi all
> >> > Is it possible to use Robofab to generate weights from > >> an MM vfb. > >> > I have a Fontlab MM vfb that I want to generate weights > >> from. > >> > I can do this using Fontlab Tools > Multiple Maters > > >> Generate Instance etc. > >> > but I was hoping to use a Robofab script to quickly > >> generate the weights.
> >> > ttmt
> >> > -- > >> > You received this message because you are subscribed to > >> the Google Groups "RoboFab" group. > >> > To post to this group, send email to > >> robofab@googlegroups.com <mailto:robofab@googlegroups.com> > >> > To unsubscribe from this group, send email to > >> robofab-unsubscribe@googlegroups.com > >> <mailto:robofab-unsubscribe@googlegroups.com> > >> > For more options, visit this group at > >> http://groups.google.com/group/robofab?hl=en > >> <http://groups.google.com/group/robofab?hl=en>
> >> > Messages from newly joined members are subject to > >> moderation. > >> > Download RoboFab and documentation at > >> http://robofab.com <http://robofab.com/>
> >> -- > >> You received this message because you are subscribed to the > >> Google Groups "RoboFab" group. > >> To post to this group, send email to robofab@googlegroups.com > >> <mailto:robofab@googlegroups.com> > >> To unsubscribe from this group, send email to > >> robofab-unsubscribe@googlegroups.com > >> <mailto:robofab-unsubscribe@googlegroups.com> > >> For more options, visit this group at > >> http://groups.google.com/group/robofab?hl=en > >> <http://groups.google.com/group/robofab?hl=en>
> >> Messages from newly joined members are subject to moderation. > >> Download RoboFab and documentation at http://robofab.com > >> <http://robofab.com/>
> > -- > > You received this message because you are subscribed to the Google > > Groups "RoboFab" group. > > To post to this group, send email to robofab@googlegroups.com > > <mailto:robofab@googlegroups.com> > > To unsubscribe from this group, send email to > > robofab-unsubscribe@googlegroups.com > > <mailto:robofab-unsubscribe@googlegroups.com> > > For more options, visit this group at > > http://groups.google.com/group/robofab?hl=en
> > Messages from newly joined members are subject to moderation. > > Download RoboFab and documentation at http://robofab.com
> --
> May success attend your efforts, > -- Adam Twardoch > (Remove "list." from e-mail address to contact me directly.)
> fl.font = font
> fl.Save(vfbpath)
> where font is your instance font and vfbpath is the path to your desired VFB file.
> Sent from my mobile phone.
> On 15.07.2012, at 17:33, ttmt <ttm...@googlemail.com> wrote:
>> Thanks Adam thats exactly what I was looking for.
>> Does the Fontlab Python API have a Save function to save the generated vfb - I have looked but can't see it.
>> On Sunday, July 15, 2012 2:36:33 PM UTC+1, Adam Twardoch wrote:
>> Miguel's code uses the FontLab Python API ( http://e-font.de/flpydoc/ ), >> not the RoboFab API. Those APIs use different notation for attributes >> such as family name etc. So the code you need is:
>> > On Sunday, July 15, 2012 12:43:31 PM UTC+1, ttmt wrote:
>> > Thank you Miguel, thats exactly what I was looking for.
>> > On Sunday, July 15, 2012 11:56:14 AM UTC+1, Miguel Sousa wrote:
>> > If the only thing you need is to make vfb font instances, then >> > the script below should do it. >> > Keep in mind that it assumes that the MM font has only one axis. >> > To support MM fonts with more axes just edit the tuples in >> > the instValues list.
>> > for value in instValues: >> > fontInstance = Font(fontMM, value) >> > fl.Add(fontInstance) >> > ###
>> > On 2012/07/15, at 02:54, ttmt wrote:
>> >> Hi
>> >> I just installed the lastest version of Robofab >> >> - RoboFab560M_plusDependencies
>> >> Still no luck with the Ben Kiel script - I have looked >> >> through the script but I don't understand enough python to >> >> re-write it without dialogues.
>> >> I don't need the code to be expandable, I just need a hard >> >> coded function that will generate 6 vfb weights from a MM vfb.
>> >> Is there a Robofab function that can generate vfb's ?
>> >> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
>> >> Otherwise, you can to re-write the script to not use >> >> dialogues – judging by your traceback, a module (part of >> >> Carbon?) is imported, which no longer exists.
>> >> Cheers, >> >> Frank
>> >> On 14.Jul2012, at 08:43 , ttmt wrote:
>> >> > Hi all
>> >> > Is it possible to use Robofab to generate weights from >> >> an MM vfb. >> >> > I have a Fontlab MM vfb that I want to generate weights >> >> from. >> >> > I can do this using Fontlab Tools > Multiple Maters > >> >> Generate Instance etc. >> >> > but I was hoping to use a Robofab script to quickly >> >> generate the weights.
>> >> > ttmt
>> >> > -- >> >> > You received this message because you are subscribed to >> >> the Google Groups "RoboFab" group. >> >> > To post to this group, send email to >> >> robofab@googlegroups.com <mailto:robofab@googlegroups.com> >> >> > To unsubscribe from this group, send email to >> >> robofab-unsubscribe@googlegroups.com >> >> <mailto:robofab-unsubscribe@googlegroups.com> >> >> > For more options, visit this group at >> >> http://groups.google.com/group/robofab?hl=en >> >> <http://groups.google.com/group/robofab?hl=en>
>> >> > Messages from newly joined members are subject to >> >> moderation. >> >> > Download RoboFab and documentation at >> >> http://robofab.com <http://robofab.com/>
>> >> -- >> >> You received this message because you are subscribed to the >> >> Google Groups "RoboFab" group. >> >> To post to this group, send email to robofab@googlegroups.com >> >> <mailto:robofab@googlegroups.com> >> >> To unsubscribe from this group, send email to >> >> robofab-unsubscribe@googlegroups.com >> >> <mailto:robofab-unsubscribe@googlegroups.com> >> >> For more options, visit this group at >> >> http://groups.google.com/group/robofab?hl=en >> >> <http://groups.google.com/group/robofab?hl=en>
>> >> Messages from newly joined members are subject to moderation. >> >> Download RoboFab and documentation at http://robofab.com >> >> <http://robofab.com/>
>> > -- >> > You received this message because you are subscribed to the Google >> > Groups "RoboFab" group. >> > To post to this group, send email to robofab@googlegroups.com >> > <mailto:robofab@googlegroups.com> >> > To unsubscribe from this group, send email to >> > robofab-unsubscribe@googlegroups.com >> > <mailto:robofab-unsubscribe@googlegroups.com> >> > For more options, visit this group at >> > http://groups.google.com/group/robofab?hl=en
>> > Messages from newly joined members are subject to moderation. >> > Download RoboFab and documentation at http://robofab.com
>> --
>> May success attend your efforts, >> -- Adam Twardoch >> (Remove "list." from e-mail address to contact me directly.)
> -- > You received this message because you are subscribed to the Google Groups "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com
> To unsubscribe from this group, send email to robofab-unsubscribe@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/robofab?hl=en
> Messages from newly joined members are subject to moderation.
> Download RoboFab and documentation at http://robofab.com
It's likely that you don't have the latest version of RobFab installed, or that it's not installed correctly. You didn't say if you were on a Mac or a PC, and which version of FontLab or OS you are using, so it's pretty hard to diagnose.
> I just installed the lastest version of Robofab - RoboFab560M_plusDependencies
> Still no luck with the Ben Kiel script - I have looked through the script but I don't understand enough python to re-write it without dialogues.
> I don't need the code to be expandable, I just need a hard coded function that will generate 6 vfb weights from a MM vfb.
> Is there a Robofab function that can generate vfb's ?
> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
> Hi,
> following up on my comment on Typophile (http://ww.typophile.com/node/94659): > How recent is the version of Robofab you’re using? Updating might be a solution.
> Otherwise, you can to re-write the script to not use dialogues – judging by your traceback, a module (part of Carbon?) is imported, which no longer exists.
> Cheers, > Frank
> On 14.Jul2012, at 08:43 , ttmt wrote:
> > Hi all
> > Is it possible to use Robofab to generate weights from an MM vfb. > > I have a Fontlab MM vfb that I want to generate weights from. > > I can do this using Fontlab Tools > Multiple Maters > Generate Instance etc. > > but I was hoping to use a Robofab script to quickly generate the weights.
> > ttmt
> > -- > > You received this message because you are subscribed to the Google Groups "RoboFab" group. > > To post to this group, send email to robofab@googlegroups.com > > To unsubscribe from this group, send email to robofab-unsubscribe@googlegroups.com > > For more options, visit this group at http://groups.google.com/group/robofab?hl=en
> > Messages from newly joined members are subject to moderation. > > Download RoboFab and documentation at http://robofab.com
> -- > You received this message because you are subscribed to the Google Groups "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com
> To unsubscribe from this group, send email to robofab-unsubscribe@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/robofab?hl=en
> Messages from newly joined members are subject to moderation.
> Download RoboFab and documentation at http://robofab.com
On Sunday, July 15, 2012 5:13:45 PM UTC+1, Ben Kiel wrote:
> Ttmt:
> It's likely that you don't have the latest version of RobFab installed, or > that it's not installed correctly. You didn't say if you were on a Mac or a > PC, and which version of FontLab or OS you are using, so it's pretty hard > to diagnose.
> Replace your RoboFab lib folder with that, and all may work.
> If you're having problems with scripts, it'd be nice for you to contact > the author, my contact info is easy to find. I don't follow much on > Typophile.
> Best,
> Ben
> On Jul 15, 2012, at 5:54 AM, ttmt wrote:
> Hi
> I just installed the lastest version of Robofab > - RoboFab560M_plusDependencies
> Still no luck with the Ben Kiel script - I have looked through the script > but I don't understand enough python to re-write it without dialogues.
> I don't need the code to be expandable, I just need a hard coded function > that will generate 6 vfb weights from a MM vfb.
> Is there a Robofab function that can generate vfb's ?
> On Saturday, July 14, 2012 5:12:28 PM UTC+1, frankrolf wrote:
>> Hi,
>> following up on my comment on Typophile (
>> http://ww.typophile.com/node/94659): >> How recent is the version of Robofab you’re using? Updating might be a >> solution.
>> Otherwise, you can to re-write the script to not use dialogues – judging >> by your traceback, a module (part of Carbon?) is imported, which no longer >> exists.
>> Cheers, >> Frank
>> On 14.Jul2012, at 08:43 , ttmt wrote:
>> > Hi all
>> > Is it possible to use Robofab to generate weights from an MM vfb. >> > I have a Fontlab MM vfb that I want to generate weights from. >> > I can do this using Fontlab Tools > Multiple Maters > Generate Instance >> etc. >> > but I was hoping to use a Robofab script to quickly generate the >> weights.
>> > ttmt
>> > -- >> > You received this message because you are subscribed to the Google >> Groups "RoboFab" group. >> > To post to this group, send email to robofab@googlegroups.com >> > To unsubscribe from this group, send email to >> robofab-unsubscribe@googlegroups.com >> > For more options, visit this group at >> http://groups.google.com/group/robofab?hl=en
>> > Messages from newly joined members are subject to moderation. >> > Download RoboFab and documentation at http://robofab.com
> -- > You received this message because you are subscribed to the Google Groups > "RoboFab" group.
> To post to this group, send email to robofab@googlegroups.com
> To unsubscribe from this group, send email to > robofab-unsubscribe@googlegroups.com
> For more options, visit this group at > http://groups.google.com/group/robofab?hl=en
> Messages from newly joined members are subject to moderation.
> Download RoboFab and documentation at http://robofab.com