Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.COMPOSITEFONT - File Extension for Composite Font Files
What is COMPOSITEFONT? COMPOSITEFONT, short name for Composite Font, is used as the file extension for Composite Font files. .COMPOSITEFONT files are XML files that allows the construction of full range multilingual fonts on Windows. See the sample .COMPOSITEFONT file included below.
✍: FYIcenter.com
File Extension: .COMPOSITEFONT
MIME Type: text/plain
File Content: Composite Font
.COMPOSITEFONT files are Composite Font files, that allows the construction of full range multilingual fonts on Windows. Here is a sample .COMPOSITEFONT Composite Font file GlobalMonospace.CompositeFont:
<FontFamily
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/composite-font"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:System="clr-namespace:System;assembly=mscorlib"
Baseline="0.9"
LineSpacing="1.2">
<!-- Name mapping -->
<FontFamily.FamilyNames>
<System:String x:Key="en-US">Global Monospace</System:String>
</FontFamily.FamilyNames>
<!-- Faces to report in font chooser UI -->
<FontFamily.FamilyTypefaces>
<FamilyTypeface
Weight="Normal" Stretch="Normal" Style="Normal"
UnderlinePosition="-0.1" UnderlineThickness="0.05"
StrikethroughPosition="0.3" StrikethroughThickness="0.05"
CapsHeight="0.5" XHeight="0.3" />
<FamilyTypeface
Weight="Bold" Stretch="Normal" Style="Normal"
UnderlinePosition="-0.1" UnderlineThickness="0.05"
StrikethroughPosition="0.3" StrikethroughThickness="0.05"
CapsHeight="0.5" XHeight="0.3" />
</FontFamily.FamilyTypefaces>
...
</FontFamily>
.COMPOSITEFONT Composite Font file sample: Click sample.compositefont to download.
Since .COMPOSITEFONT files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .COMPOSITEFONT Composite Font files, see links below:
2019-07-19, 10120👍, 0💬
Popular Posts:
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...
What is SCR? SCR, short name for Screen Saver, is used as the file extension for Screen Saver files....
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...