ART_UNIX_LEGACY_FONTS_LOAD_SET
This function enables or disables legacy X font creation for the individual pMark mark.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ART_UNIX_LEGACY_FONTS_LOAD_SET(
LPART_MARK_ATTRIBUTES pMark,
AT_BOOL Value
);
|
Arguments:
Name |
Type |
Description |
pMark |
LPART_MARK_ATTRIBUTES |
ART Mark. |
Value |
AT_BOOL |
A Boolean value indicating whether or not to enable legacy X font creation for the individual pMark mark:
- TRUE - enable legacy X font creation for the individual pMark mark.
- FALSE - disable legacy X font creation for the individual pMark mark.
|
Return Value:
Returns the number of ImageGear errors that occurred during the function call.
Supported Raster Image Formats:
All pixel formats supported by ImageGear for C and C++.