Font.mdl: Difference between revisions
From FreeAllegiance Wiki
Jump to navigationJump to search
(A short summary of what font.mdl is) |
m (for some reason there were extra [[ ]] around the link) |
||
| Line 1: | Line 1: | ||
"font.mdl" is a mdl file which contains definitions of font styles used in allegiance. The information contained includes a style name (used to reference that particular style), the font name, its size, and whether it should be made bold computationally. | "font.mdl" is a mdl file which contains definitions of font styles used in allegiance. The information contained includes a style name (used to reference that particular style), the font name, its size, and whether it should be made bold computationally. [[MDLC#Compress_a_text_font_definition_file_into_a_binary_font_definition_file|MDLC]] can be used to convert a text font.mdl file into a binary font.mdl file which includes the glyphs of the fonts used - allowing use of non-standard fonts on systems which do not have those fonts otherwise installed. Standard practise when producing binary font.mdl files from text .mdl files i to name the text .mdl "fontsource.mdl" and the finished binary .mdl "font.mdl". | ||
Revision as of 13:53, 25 April 2010
"font.mdl" is a mdl file which contains definitions of font styles used in allegiance. The information contained includes a style name (used to reference that particular style), the font name, its size, and whether it should be made bold computationally. MDLC can be used to convert a text font.mdl file into a binary font.mdl file which includes the glyphs of the fonts used - allowing use of non-standard fonts on systems which do not have those fonts otherwise installed. Standard practise when producing binary font.mdl files from text .mdl files i to name the text .mdl "fontsource.mdl" and the finished binary .mdl "font.mdl".