News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Main Menu

Where can I download "FNT_CVT.EXE" utility?

Started by progchip, February 16, 2022, 12:07:37 PM

Previous topic - Next topic

progchip

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 .

mtesmer

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/

BRT Community

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/

Best regards

BRT Community

progchip

It's a pity. It was easy to use and a very convenient utility, unlike EVE Asset Builder.

Rudolph

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