|
Embedded Fonts
Embedding a font is the technique of bundling a document and the fonts it
contains into a file for transmission to another computer. Embedding a font
guarantees that a font specified in a transmitted file will be present on the computer
receiving the file. Not all fonts can be moved from computer to computer,
however, since most fonts are licensed to only one computer at a time. In Windows,
only TrueType fonts can be embedded.
Applications should embed a font in a document only when requested by a user.
An application cannot be distributed along with documents that contain embedded
fonts, nor can an application itself contain an embedded font. Whenever an
application distributes a font, in any format, the proprietary rights of the owner
of the font must be acknowledged.
It may be a violation of a font vendor's proprietary rights or user license
agreement to embed any fonts where embedding is not permitted or to fail to
observe the following guidelines on embedding fonts. A font's license may give only
read-write permission for a font to be installed and used on the destination
computer. Or the license may give read-only permission. Read-only permission
allows a document to be viewed and printed (but not modified) by the destination
computer; documents with read-only embedded fonts are themselves read-only.
Read-only embedded fonts may not be unbundled from the document and installed on the
destination computer.
An application can determine the license status by calling the GetOutlineTextMetrics function and examining the otmfsType member of the OUTLINETEXTMETRIC structure. If bit 1 of otmfsType is set, embedding is not permitted for the font. If bit 1 is clear, the font
can be embedded. If bit 2 is set, the embedding is read-only.
To embed a font, an application can use the GetFontData function to read the font file. Setting the dwTable and dwOffset parameters of GetFontData to 0L and the cbData parameter to 1L ensures that the application reads the entire font file from the beginning.
After an application retrieves the font data, it can store the data with the
document by using any applicable format. Most applications build a font
directory in the document, listing the embedded fonts and whether the embedding is
read-write or read-only. An application can use the otmpStyleName and otmFamilyName members of the OUTLINETEXTMETRIC structure to identify the font.
If the read-only bit is set for the embedded font, applications must encrypt
the font data before storing it with the document. The encryption method need
not be complicated; for example, using the XOR operator to combine the font data
with an application-defined constant is adequate and fast.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|