 |
 |
 |
|
|  |  |
 |
GdipCreateFontFamilyFromName ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Creates a FontFamily handle based on specified font family name. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
GpStatus WINGDIPAPI GdipCreateFontFamilyFromName(
GDIPCONST WCHAR *name,
GpFontCollection *fontCollection,
GpFontFamily **FontFamily
)
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER GdipCreateFontFamilyFromName IN gdiplus;
STRING familyname,;
INTEGER fontCollection,;
INTEGER @ FontFamily
|
 |  |  | | Parameters: |  | familyname
[in] Name of the font family.
fontCollection
[in] Optional. FontCollection handle that specifies the collection that the font family belongs to.
FontFamily
[out] Handle to the FontFamily object.
|
 |  | | Return value: |  | | Returns 0 on success. |
 |  | | My comment: |  | | When you no longer need the FontFamily handle, call the GdipDeleteFontFamily function. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2004-07-22 09:35:02 | | Modified: | 2004-07-22 09:41:41 | Visited in last 7 days: 19 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|