Skip to content

Commit

Permalink
Remove FT_Outline_New_Internal and FT_Outline_Done_Internal: (#74)
Browse files Browse the repository at this point in the history
Fixes #55.
  • Loading branch information
mrobinson authored Apr 24, 2024
1 parent eabbedf commit e5d5121
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/freetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2498,19 +2498,10 @@ extern "C" {
numContours: FT_Int, anoutline: *mut FT_Outline)
-> FT_Error;
}
extern "C" {
pub fn FT_Outline_New_Internal(memory: FT_Memory, numPoints: FT_UInt,
numContours: FT_Int,
anoutline: *mut FT_Outline) -> FT_Error;
}
extern "C" {
pub fn FT_Outline_Done(library: FT_Library, outline: *mut FT_Outline)
-> FT_Error;
}
extern "C" {
pub fn FT_Outline_Done_Internal(memory: FT_Memory,
outline: *mut FT_Outline) -> FT_Error;
}
extern "C" {
pub fn FT_Outline_Check(outline: *mut FT_Outline) -> FT_Error;
}
Expand Down

0 comments on commit e5d5121

Please sign in to comment.