Results 1 to 10 of 12

Thread: TBGL-FontFromFile?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,533
    Rep Power
    171

    TBGL-FontFromFile?

    Would there be a possibility to load .ttf-fonts from a file without to have them installed, so they can be used in TBGL?
    Or could TB(GL) install such font temporary - just for the duration of script-execution somehow - maybe could have to "clean-up" manually after TBGL-window is destroyed?

    Perhaps create some small Font-Module that can be included through Uses "Font" so both - UI and TBGL - could work with temporary installed fonts?

    Would only need two or three functions:

    String FontName = Font_Install(Filename)
    If Font_Exists(FontName ) Then Font_Uninstall(FontName)

    ... I know this could be helpful - but I don't get it together...
    Last edited by ReneMiner; 28-08-2013 at 11:47.
    I think there are missing some Forum-sections as beta-testing and support

Similar Threads

  1. New TBGL related article that r.o.c.k.s, on TBGL website!
    By Petr Schreiber in forum TBGL module by Petr Schreiber
    Replies: 6
    Last Post: 09-11-2007, 10:03

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •