set_font_filter


Description:

public void set_font_filter (owned RenderReplayFontFilter? filter)

Sets a filter function to be called by [method@Gsk.

RenderReplay.default] for nodes that contain fonts.

You can call [method@GskRenderReplay.filter_font] to filter a font yourself.

Parameters:

this

the replay

filter

the font filter function

user_data

user data to pass to filter

user_destroy

destroy notify that will be called to release the user data parameter