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, 10277👍, 0💬
Popular Posts:
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...