ImageGear for C and C++ on Linux v21.0 - Updated
API Reference Guide / ART Component API Reference / ART Component Macros Reference / ART_UNIX_LEGACY_FONTS_LOAD_SET
In This Topic
    ART_UNIX_LEGACY_FONTS_LOAD_SET
    In This Topic

    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++.