BRT Community

General Category => Discussion - EVE => Topic started by: progchip on February 16, 2022, 12:07:37 PM

Title: Where can I download "FNT_CVT.EXE" utility?
Post by: progchip on February 16, 2022, 12:07:37 PM
I can not find a utility "FNT_CVT.EXE" for converting fonts.
All references that are given in the "AN_277 FT800 Custom User Font Implementation" do not work.
 Help me please .
Title: Re: Where can I download "FNT_CVT.EXE" utility?
Post by: mtesmer on February 16, 2022, 05:37:13 PM
Hi,

This utility is obsolete and was replaced by "EVE Asset Builder". You might ask a BRT support direct if you still need it.

BR/
Title: Re: Where can I download "FNT_CVT.EXE" utility?
Post by: BRT Community on February 17, 2022, 11:13:27 AM
Hello,

EVE Asset Builder is used to generate assets for EVE ICs including file conversion of images, audio and fonts. You can download the installation package from: https://brtchip.com/ic-module/toolchains/ (https://brtchip.com/ic-module/toolchains/)

Best regards

BRT Community
Title: Re: Where can I download "FNT_CVT.EXE" utility?
Post by: progchip on February 23, 2022, 11:34:02 AM
It's a pity. It was easy to use and a very convenient utility, unlike EVE Asset Builder.
Title: Re: Where can I download "FNT_CVT.EXE" utility?
Post by: Rudolph on February 24, 2022, 04:22:05 PM
While I do strongly disagree that the EAB GUI is the less conveniant tool to use, it still includes a command-line option:
EVE Asset Builder\tools\eab_tools.exe

C:\Users\Public\Documents\EVE Asset Builder\tools>eab_tools.exe
Welcome to EVE Asset Builder Utilities v1.3
Copyright(c) Bridgetek Pte Ltd All Rights Reserved
Usage: eab_tools <tool name> [-h] [options] [-g]

<tool name> can be one of these:
    img_cvt
    img_val
    dxt1
    video
    audio
    font
    animation
    flash
    compress
    fwtouch
    bin2c
    disassembler

To show [options], use: eab_tools <tool name> -h
To generate SampleApp, add option "-g"

Examples:
eab_tools img_cvt -i d:\flower.png -f 1 -o d:\output
eab_tools flash -n flash -o d:\output d:\astc.raw d:\video.anim

To show this help, use: eab_tools -h