Giter Site home page Giter Site logo

rbx_customfont's Issues

Attempted to call require with invalid argument(s).

Having an issue doing the following, Roboto works but the one I added (Deutsch Gothic) doesn't seem too.

The font atlas the tool generated
https://pastebin.com/8fhpYTeS

INPUT
Font.Replace("Deutsch Gothic", MainMenu.Title.TextLabel)

OUTPUT
15:21:17.267 - Stack Begin 15:21:17.267 - Script 'ReplicatedFirst.ExternalDependencies.Font', Line 500 - field new 15:21:17.267 - Script 'ReplicatedFirst.ExternalDependencies.Font', Line 662 - field Replace 15:21:17.268 - Script 'ReplicatedFirst.InsomnisFramework.Modules.client_menu', Line 35 - method OpenMenu 15:21:17.268 - Script 'ReplicatedFirst.InsomnisFramework.Modules.client_interface', Line 76 - method init 15:21:17.268 - Script 'ReplicatedFirst.InsomnisFramework.client_bootstrap', Line 25 15:21:17.268 - Stack End
Any help would be appreciated!

Workaround if Rbx_CustomFont isn't working (manual)

Step 1: Play the game
Step 2: Go into Players > Your Username > PlayerGui > Your Gui > and where the RbxCustomFont instance is located in the Explorer
For me TextLabel is the RbxCustomFont instance:
image
Step 3: Copy it
Step 4: Stop playing the game
Step 5: Paste it into your GUI
Step 6: Go into the TextLabel > _background. You will see the amount of images (depending on how long your text is)
You may be asking: what's the problem?
image
They probably updated it to not use rbxassetid:// anymore, it uses the website for some reason for me now.
Step 7: Select all of them (select the first, hold shift, and select the last)
Step 8: Modify the image
Delete rbxassetid:// and press Enter. You should end up with something like this:
image
image
You've got a working label now!

Issue with the chrome extension.

As of recently, Google added CORB to Google Chrome. CORB prevents the browser from delivering certain cross-origin network responses to a web page. This means that a chrome extension is sometimes unable to pull product data from ROBLOX's API. Even after solving this issue, the response seems to be blank. In the script.js file, it seems to get hung up and errors around line 18-20. After looking into it, the response is completely blank even after manually changing the asset ID variable.

Edit: I have fixed the extension with some minor edits. Still a bit buggy as ROBLOX doesn't allow too many requests to their API within a short period, returning an error prompting you to wait before trying again - but still functional.

generation tool borked

image
excuse me sir, but where did the middle part of my 3 go

PxPlus_IBM_EGA8.zip
repro:
use this font in the gen tool
size 14, haven't tested on other sizes, though any image size is fine
zoom in
muh 3,,, wgere did them iddle of it go noooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo

Text position after changing .Text property

I understand you are no longer maintaining the project, but can you recall any reason why the text is offset if I try and change the text? I was hoping even if you dont maintain the project any longer you may be aware of a time someone has had this issue.

Sorta bug. ASCII vs UTF8 in the output

Discovered an interesting "bug", although maybe I'm stretching the tool beyond its intended use.

In the FontInfo makeJSON function, there are several places where a character is converted to (byte). This assumes ASCII characters. Simply swapping that to (int) seems to make it UTF8 friendly. (Character values like int of 61440, etc). It otherwise handles it just fine.

Not sure if you still maintain this, but in case, there you go.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.