RenderReplayFontFilter
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "4.22" ) ]
public delegate Font RenderReplayFontFilter (RenderReplay replay, Font font)
[ Version ( since = "4.22" ) ]
public delegate Font RenderReplayFontFilter (RenderReplay replay, Font font)
A function that filters fonts.
The function will be called by the default replay function for all nodes with fonts. They will then generate a node using the returned font.
It is valid for the function to return the passed in font if the font shuld not be modified.
Parameters:
| replay |
The replay object used to replay the node |
| font |
The font to filter |
| user_data |
The user data |
Returns:
|
The filtered font |
Namespace: Gsk
Package: gtk4