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, 10398👍, 0💬
Popular Posts:
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
File extension MPG is used for audio and video files in a MPEG formats. An MPEG sample file is provi...