Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
ContentOperationTextFontHandle Class Reference

Set the text font and the text font size. More...

Inheritance diagram for ContentOperationTextFontHandle:
ContentOperationHandle ContentInstructionHandle IUnknownHandle
error_type ContentOperationTextFont_GetName (ContentOperationTextFontHandle *handle, NameObjectHandle **result)
 Get name of the font to be set. More...
 
error_type ContentOperationTextFont_SetName (ContentOperationTextFontHandle *handle, NameObjectHandle *data)
 Set new font name. More...
 
error_type ContentOperationTextFont_GetScale (ContentOperationTextFontHandle *handle, IntegerObjectHandle **result)
 Get current font scaling. More...
 
error_type ContentOperationTextFont_SetScale (ContentOperationTextFontHandle *handle, IntegerObjectHandle *data)
 Set new font scaling. More...
 
error_type ContentOperationTextFont_Release (ContentOperationTextFontHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentOperationHandle
error_type ContentOperation_GetType (ContentOperationHandle *handle, ContentOperationType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from ContentInstructionHandle
error_type ContentInstruction_GetType (ContentInstructionHandle *handle, ContentInstructionType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Set the text font and the text font size.

Member Function Documentation

◆ ContentOperationTextFont_GetName()

error_type ContentOperationTextFont_GetName ( ContentOperationTextFontHandle handle,
NameObjectHandle **  result 
)

Get name of the font to be set.

Font shall be the name of a font resource in the Font subdictionary of the current resource dictionary.

Friends And Related Function Documentation

◆ ContentOperationTextFont_SetName()

error_type ContentOperationTextFont_SetName ( ContentOperationTextFontHandle handle,
NameObjectHandle data 
)
related

Set new font name.

Font shall be the name of a font resource in the Font subdictionary of the current resource dictionary.

◆ ContentOperationTextFont_GetScale()

error_type ContentOperationTextFont_GetScale ( ContentOperationTextFontHandle handle,
IntegerObjectHandle **  result 
)
related

Get current font scaling.

Scale shall be a number representing a scale factor.

◆ ContentOperationTextFont_SetScale()

error_type ContentOperationTextFont_SetScale ( ContentOperationTextFontHandle handle,
IntegerObjectHandle data 
)
related

Set new font scaling.

Scale shall be a number representing a scale factor.

◆ ContentOperationTextFont_Release()

error_type ContentOperationTextFont_Release ( ContentOperationTextFontHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: