|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| gdi32.lib
| Header File
| wingdi.h
| Unicode
| WinNT
| Platform Notes
| Windows 95: int == 16 bits
|
|
|
CreateScalableFontResource
The CreateScalableFontResource function creates a font resource file for a scalable font.
BOOL CreateScalableFontResource(
DWORD fdwHidden,
| // flag for read-only embedded font
| LPCTSTR lpszFontRes,
| // pointer to filename for font resource
| LPCTSTR lpszFontFile,
| // pointer to filename for scalable font
| LPCTSTR lpszCurrentPath
| // pointer to path to font file
| );
|
|
Parameters
fdwHidden
Specifies whether the font is a read-only embedded font. This parameter can be
one of the following values:
Value
| Meaning
| 0
| The font has read-write permission.
| -
| The font has read-only permission and should be hidden from other applications
in the system. When this flag is set, the font is not enumerated by the EnumFonts or EnumFontFamilies function.
|
lpszFontRes
Points to a null-terminated string specifying the name of the font resource
file that this function creates.
lpszFontFile
Points to a null-terminated string specifying the name of the scalable font
file that this function uses to create the font resource file.
lpszCurrentPath
Points to a null-terminated string specifying the path to the scalable font
file.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error
information, call GetLastError.
Remarks
The CreateScalableFontResource function is used by applications that install TrueType fonts. An application
uses the CreateScalableFontResource function to create a font resource file (typically with a .FOT filename
extension) and then uses the AddFontResource function to install the font. The TrueType font file (typically with a .TTF
filename extension) must be in the SYSTEM subdirectory of the WINDOWS directory
to be used by the AddFontResource function.
The CreateScalableFontResource function currently supports only TrueType-technology scalable fonts.
When the lpszFontFile parameter specifies only a filename and extension, the lpszCurrentPath parameter must specify a path. When the lpszFontFile parameter specifies a full path, the lpszCurrentPath parameter must be NULL or a pointer to NULL.
When only a filename and extension are specified in the lpszFontFile parameter and a path is specified in the lpszCurrentPath parameter, the string in lpszFontFile is copied into the .FOT file as the .TTF file that belongs to this resource.
When the AddFontResource function is called, the operating system assumes that the .TTF file has been
copied into the SYSTEM directory (or into the main Windows directory in the
case of a network installation). The .TTF file need not be in this directory when
the CreateScalableFontResource function is called, because the lpszCurrentPath parameter contains the directory information. A resource created in this
manner does not contain absolute path information and can be used in any Windows
installation.
When a path is specified in the lpszFontFile parameter and NULL is specified in the lpszCurrentPath parameter, the string in lpszFontFile is copied into the .FOT file. In this case, when the AddFontResource function is called, the .TTF file must be at the location specified in the lpszFontFile parameter when the CreateScalableFontResource function was called; the lpszCurrentPath parameter is not needed. A resource created in this manner contains absolute
references to paths and drives and does not work if the .TTF file is moved to a
different location.
See Also
AddFontResource, EnumFonts, EnumFontFamilies
| 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
|