Mike,
Thanks for your help. Yes, I will contact on-rev support and I will
let you know how it goes.
Best.
On Tue, March 6, 2018 5:33 pm, Mike Bonner via use-livecode wrote:
> Well, it looks like fontconfig is installed in on-rev, but neither
> /home//.fonts or /home//.local/share/fonts are being u
Well, it looks like fontconfig is installed in on-rev, but neither
/home//.fonts or /home//.local/share/fonts are being updated
automatically. I tried to run fc-cache -f -v /home//.fonts and the
font is indeed found, but I don't think I have all the required support
directories, so there is no wri
Sure, i'll dig up a font file and try.
On Tue, Mar 6, 2018 at 7:37 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> "start using font file.." is the first option that I tried, but
> unfortunately it returns "can't load font file"...
> The ttf file is on the server next to my scr
"start using font file.." is the first option that I tried, but
unfortunately it returns "can't load font file"...
The ttf file is on the server next to my script, and I have also
tried with the full absolute path for that ttf file.
Could you please make a test on your own on-rev account with any
t
My apologies.. Had a brain fritz, it should be "start using font file.."
load url would just load whatever url into cache and not font it up.
On Tue, Mar 6, 2018 at 1:07 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> When using
> load font file "nameofyourfont.ttf"
> the res
When using
load font file "nameofyourfont.ttf"
the result contains
Handler: can't find handler (file)
It looks like "load" is accepted only in the form "load URL"...
On Mon, March 5, 2018 9:28 pm, Mike Bonner via use-livecode wrote:
> Hmm. Not sure what to do about loading a fontfile then. O
Hmm. Not sure what to do about loading a fontfile then. Out of curiosity,
what is the error?
On Mon, Mar 5, 2018 at 11:39 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi Mike,
> Thanks for your reply.
>
> Yes, I managed to set the textfont of a btn or fld to one of the font
Hi Mike,
Thanks for your reply.
Yes, I managed to set the textfont of a btn or fld to one of the fonts
available in the fontnames, but I still can't figure how to use any
other ttf font...
load font file "nameofyourfont.ttf" -> returns an error
I tried load URL "nameofyourfont.ttf", it works, but
On 03/05/2018 08:59 AM, Mike Bonner via use-livecode wrote:
If you create a directory called '.fonts' under
your user name and install the fonts you want to use in your images in that
directory, LiveCode will find them.
A quick test shows this to be true using LC Server 8.1.4, but you may have
t
With on-rev, I put up this script..
" & cr
end repeat
?>
And it works fine, with the exception of fonts with a - in the name. All
of them are Hershey fonts, so not sure if its the font family that is
broken, or the dashes causing the issue.
If you have a ttf font file to use, you can probably p
On 03/02/2018 04:14 AM, jbv via use-livecode wrote:
Hello list
How can I load ttf font files with LC server, at least version 7.1
available on my on-rev account ?
Neither "revFontLoad" nor "start using font file" seem to work...
And the list of available fonts returned by "the fontNames" is quite
ooohhi see. I'm not sure about the limitations of LC Server and
outputting to a 'visible stack'...but if its not possible with LC
Server...then you can run an LC Desktop Standalone to create the image you
need ...and then pass it on to the server, Its likely to be fast enough
with very li
On Sat, March 3, 2018 5:29 pm, Tom Glod via use-livecode wrote:
> That would work perfectly in desktopbut on server.. its different
> for some reason.
>
> You are displaying field and exporting from a browser window correct?
>
>
Actually no : I want to layout text, images, and graphics
se
so doesn't html output need font css to display correctly?
On Sat, Mar 3, 2018 at 11:29 AM, Tom Glod wrote:
> That would work perfectly in desktopbut on server.. its different
> for some reason.
>
> You are displaying field and exporting from a browser window correct?
>
> On Sat, Mar 3,
That would work perfectly in desktopbut on server.. its different
for some reason.
You are displaying field and exporting from a browser window correct?
On Sat, Mar 3, 2018 at 10:19 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hello
> Thanks for the reply, but that'
Hello
Thanks for the reply, but that's not what I need.
For instance, here's what I want to do :
create field
put "my text" into fld 1
set the textfont of fld 1 to "myfont.ttf'
export snapshot from fld 1 to file "File1.png" as PNG
Therefore I need to "load" ttf fonts somehow.
Best
jbv
LC server generates html code to display text. so you need to use
inline CSS, external CSS to generate the text you want using HTML
On Fri, Mar 2, 2018 at 5:14 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hello list
> How can I load ttf font files with LC server, at leas
Hello list
How can I load ttf font files with LC server, at least version 7.1
available on my on-rev account ?
Neither "revFontLoad" nor "start using font file" seem to work...
And the list of available fonts returned by "the fontNames" is quite
limited...
Thanks in advance.
jbv
18 matches
Mail list logo