freetype: rename OutlineFuncs* to Funcs*

This commit is contained in:
Ali Chraghi 2022-06-14 02:06:31 +04:30 committed by Stephen Gutekanst
parent 4e3bbf694b
commit 2b325e9c4b
3 changed files with 7 additions and 7 deletions

View file

@ -53,7 +53,7 @@ const OutlinePrinter = struct {
pub fn extractOutline(self: *Self) !void {
try self.path_stream.writer().writeAll("<path d='");
var callbacks = freetype.Outline.OutlineFuncs(*Self){
var callbacks = freetype.Outline.Funcs(*Self){
.move_to = moveToFunction,
.line_to = lineToFunction,
.conic_to = conicToFunction,