freetype: rename OutlineFuncs* to Funcs*
This commit is contained in:
parent
4e3bbf694b
commit
2b325e9c4b
3 changed files with 7 additions and 7 deletions
|
|
@ -159,7 +159,7 @@ fn write(ctx: WriterContext, bytes: []const u8) WriterError!usize {
|
|||
defer outline_ctx.concave_vertices.deinit();
|
||||
defer outline_ctx.convex_vertices.deinit();
|
||||
|
||||
const callbacks = ft.Outline.OutlineFuncs(*OutlineContext){
|
||||
const callbacks = ft.Outline.Funcs(*OutlineContext){
|
||||
.move_to = moveToFunction,
|
||||
.line_to = lineToFunction,
|
||||
.conic_to = conicToFunction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue