• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

MdxFromTtf

Level 8
Joined
Aug 1, 2023
Messages
34
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: 2
  • UnitText.w3x
    538.1 KB · Views: 0
  • screenshot.png
    screenshot.png
    117.9 KB · Views: 8
Top