This function returns the current bitmap cache policy from the Typesetter of the specified Standard Engine instance. This policy is normally set by TypesetterSetCachePolicy.
Parameter | Description |
---|---|
max_bitmap_bytes |
A valid pointer to a variable that will receive the Typesetter's current maximum bitmap size, in bytes, of a 8-bpp glyph image that can be stored in the bitmap cache. See TypesetterSetCachePolicy for details. However, if you do not wish to receive the value of the above parameter, you may set this pointer to DV_NULL. |
reserved1 |
Reserved for future use. Must be a valid pointer to a variable of the DT_SWORD type. However, if you do not wish to receive the value of the above parameter, you may set this pointer to DV_NULL. |
reserved2 |
Reserved for future use. Must be a valid pointer to a variable of the DT_SWORD type. However, if you do not wish to receive the value of the above parameter, you may set this pointer to DV_NULL. |
reserved3 |
Reserved for future use. Must be a valid pointer to a variable of the DT_SWORD type. However, if you do not wish to receive the value of the above parameter, you may set this pointer to DV_NULL. |
reserved4 |
Reserved for future use. Must be a valid pointer to a variable of the DT_SWORD type. However, if you do not wish to receive the value of the above parameter, you may set this pointer to DV_NULL. |
If successful, the return value is 1. Otherwise, the function returns 0.