• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

MdxFromTtf

Status
Not open for further replies.
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