• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

MdxFromTtf

Status
Not open for further replies.
Level 11
Joined
Aug 1, 2023
Messages
52
Generates 'mdx' files and from 'ttf' (TrueType font) files:
Code:
usage:
    MdxFromTtf [no-warnings] <path/to/ttf-file.ttf> <FontFourcc> <Quality> <CodepointRange>...
examples:
    MdxFromTtf             times.ttf   ft00 quality-low    20-7E               -- all printable ascii characters
    MdxFromTtf             verdana.ttf ft01 quality-medium 41-5A     61-7A     -- ascii letters
    MdxFromTtf no-warnings arial.ttf   ft02 quality-high   0391-03A9 03B1-03C9 -- greek alphabet letters

(Uploaded here after UnitText was removed?)
 

Attachments

  • MdxFromTtf.zip
    47.8 KB · Views: 7
  • UnitText.w3x
    538.1 KB · Views: 2
  • screenshot.png
    screenshot.png
    117.9 KB · Views: 13
Status
Not open for further replies.

Similar threads

Top