was revFontLoad issue..

2015-09-18 Thread Curtis Ford
That was it, thanks! "start using font file..." did the trick. Thanks, Roger & Mark! Curt -- Sent from Postbox ___ use-livecode mailing list use-livecode@lists.runr

Re: revFontLoad issue: odd spacing

2015-09-18 Thread Mark Waddingham
Hi Curt, Any ideas? Should I be calling revFontLoad in some other way? My advice would be to not call it at all! This is something we should really mark in the docs - revFontLoad / revFontUnload (and the revFont external) are no longer needed. The engine has built-in support for font

Re: revFontLoad issue: odd spacing

2015-09-18 Thread Roger Eller
end LoadMyFonts ~Roger On Fri, Sep 18, 2015 at 10:16 AM, Curtis Ford wrote: > I'm running into an issue with revFontLoad on Windows 10 (Livecode 7.0.5). > The first time I open the standalone, the font seems to load OK - text is > clearly displaying in the custom font - but it lo

revFontLoad issue: odd spacing

2015-09-18 Thread Curtis Ford
I'm running into an issue with revFontLoad on Windows 10 (Livecode 7.0.5). The first time I open the standalone, the font seems to load OK - text is clearly displaying in the custom font - but it looks like there's 4 or 5 spaces between each word. If I close the standalone and open i

Re: revFontLoad

2014-12-31 Thread Dan Friedman
Roger, THANKS for the tip! Works without error! I'l try it on Windoz next... Thanks again! -Dan > Search the dictionary for "font". You'll see a newer syntax with more > platforms supported. "Start using font file" and "Stop using font file". > This has worked better than revLoadFont for

Re: revFontLoad

2014-12-31 Thread Roger Eller
lder. ~Roger On Dec 31, 2014 12:19 PM, "Dan Friedman" wrote: > Greetings! > > I am trying to load a font with the revFontLoad command, but my standalone > errors "can't find handler". Yes, "Font Support" is selected in the > Standalone Bui

revFontLoad

2014-12-31 Thread Dan Friedman
Greetings! I am trying to load a font with the revFontLoad command, but my standalone errors "can't find handler". Yes, "Font Support" is selected in the Standalone Builder. It works fine in the IDE. I looked in the standalone app's contents and the revF

Re: revFontLoad, Unicode and Windows post-XP ?

2013-05-29 Thread Richmond
itslef are over-ridden by Windows; something that does not happen with Macintosh, Linux or Windows XP. From my point of view, at least, this is a "show stopper" for Windows V, 7 and 8. I have been digging around in the LC Documentation and found 'revFontLoad' which looks as

Re: revFontLoad, Unicode and Windows post-XP ?

2013-05-29 Thread Klaus major-k
least, this is a "show stopper" for Windows >>> V, 7 and 8. >>> >>> I have been digging around in the LC Documentation and found >>> 'revFontLoad' which looks >>> as though it might be a possibility, except that it seems to rely on

Re: revFontLoad, Unicode and Windows post-XP ?

2013-05-29 Thread Richmond
itslef are over-ridden by Windows; something that does not happen with Macintosh, Linux or Windows XP. From my point of view, at least, this is a "show stopper" for Windows V, 7 and 8. I have been digging around in the LC Documentation and found 'revFontLoad' which looks as

Re: revFontLoad, Unicode and Windows post-XP ?

2013-05-29 Thread Warren Samples
does not happen with Macintosh, Linux or Windows XP. From my point of view, at least, this is a "show stopper" for Windows V, 7 and 8. I have been digging around in the LC Documentation and found 'revFontLoad' which looks as though it might be a possibility, except that

revFontLoad, Unicode and Windows post-XP ?

2013-05-29 Thread Richmond
Windows XP. From my point of view, at least, this is a "show stopper" for Windows V, 7 and 8. I have been digging around in the LC Documentation and found 'revFontLoad' which looks as though it might be a possibility, except that it seems to rely on absolute paths, when

Re: revFontLoad: font size issues?

2011-09-14 Thread Scott Rossi
Recently, Curt Ford wrote: > thanks for the ideas.. I'm not sure what you mean by explicitly > setting the font styling at startup - would that be setting the > textSize & textFont of the stack, or something else? In a handler, or > the stack's property inspector, or both? Yes, I meant cycling th

Re: revFontLoad: font size issues?

2011-09-14 Thread Richmond Mathewson
On 09/14/2011 11:34 PM, Curt Ford wrote: Scott, thanks for the ideas.. I'm not sure what you mean by explicitly setting the font styling at startup - would that be setting the textSize & textFont of the stack, or something else? In a handler, or the stack's property inspector, or both? I've

Re: revFontLoad: font size issues?

2011-09-14 Thread Curt Ford
Scott, thanks for the ideas.. I'm not sure what you mean by explicitly setting the font styling at startup - would that be setting the textSize & textFont of the stack, or something else? In a handler, or the stack's property inspector, or both? I've tried setting the textSize & textFont

Re: revFontLoad: font size issues?

2011-09-14 Thread Scott Rossi
Curt: Are you building on a Mac system and then transferring to Windows? I've found that I have to explicitly set font styling at startup when creating cross-platform stacks that use something other than the default fonts and sizes. You might try this and see if it makes a difference. Another o

revFontLoad: font size issues?

2011-09-13 Thread Curt Ford
I'm using 4.0 on a Mac and need to load a font for both Mac & Windows versions of the standalone. There are fields which need to use a mix of generic 18 pt Times New Roman, and an IPA (international phonetic alphabet) font, also at 18pt. I'm able to get the font to load without issues but the I

Re: revFontLoad

2011-06-18 Thread Björnke von Gierke
basically it's like this: put the fontNames into theCompare answer file "" if it = "" then beep exit to top end if put it into thePath revFontLoad thePath if the fontNames <> theCompare then answer "success!" revFontUnload thePath --not unloa

Re: revFontLoad

2011-06-18 Thread Mark Schonewille
Hi Lars, If you can't get revFontLoad to work, you might use the Installer Maker (link in signature) to install your entire application including the font. Currently, you can get a license for Installer Maker at a 25% discount at http://livetalk.us/im If you are determined to get revFon

revFontLoad

2011-06-18 Thread Lars Brehmer
For years now I have from time to time tried to get revFontLoad to work in Windows. This particular font requires no licensing. I have spent the day trying one more time. I have read and re-read every post to this list that contains either "revFontLoad" or "embedding fonts."

Re: revFontLoad Question

2011-01-24 Thread Marty Knapp
Good to know Trevor - thanks. I've been testing this out, loading the font in the startup handler. So far so good. Marty Hi Marty, I include a password font with some of my applications that I load with revFontLoad. I store the file in the bundle alongside my application stacks. I

Re: revFontLoad Question

2011-01-24 Thread Trevor DeVore
On Sat, Jan 22, 2011 at 3:49 PM, Marty Knapp wrote: > I want to package a font with my Mac only app and use revFontLoad to load > it into memory. Is there a problem with just tucking it inside the > application bundle and loading it from there? Or should I put it into a > custom

Re: revFontLoad Question

2011-01-22 Thread Marty Knapp
Thanks for your input Mark, I would agree that properly installing the font is the best approach. But as I can't seem to get my question answered by Apple about requirements for the Mac app store, I'm assuming that they won't allow it. I did some tests quite a while ago with

Re: revFontLoad Question

2011-01-22 Thread Mark Schonewille
e a font with my Mac only app and use revFontLoad to load it > into memory. Is there a problem with just tucking it inside the application > bundle and loading it from there? Or should I put it into a custom property > and then write it out to the user's hard drive and put it i

Re: revFontLoad Question

2011-01-22 Thread Marty Knapp
got re-routed 3 times and now have not heard anything. So I think the revFontLoad is the way to go. I'm just not sure about where the font file should be placed. In the bundle is the easiest, but maybe there's a reason you're not supposed to do that? Marty I would just make su

Re: revFontLoad Question

2011-01-22 Thread stephen barncard
got re-routed 3 times and now have not heard > anything. So I think the revFontLoad is the way to go. I'm just not sure > about where the font file should be placed. In the bundle is the easiest, > but maybe there's a reason you're not supposed to do that? > > Marty > >

Re: revFontLoad Question

2011-01-22 Thread Marty Knapp
folder on first launch (informing the user) but as I'm hoping to get this into the Mac app store, I'm guessing that this is not acceptable. I have contacted Apple about installing the font, got re-routed 3 times and now have not heard anything. So I think the revFontLoad is the way t

Re: revFontLoad Question

2011-01-22 Thread stephen barncard
I would just make sure and check the fine print on distribution rights of the font, and what the terms are. If it's an open source font it should be ok. Milage may vary. On 22 January 2011 14:49, Marty Knapp wrote: > I want to package a font with my Mac only app and use revFontLoad to l

revFontLoad Question

2011-01-22 Thread Marty Knapp
I want to package a font with my Mac only app and use revFontLoad to load it into memory. Is there a problem with just tucking it inside the application bundle and loading it from there? Or should I put it into a custom property and then write it out to the user's hard drive and put it