|
@@ -6550,7 +6550,7 @@ return {
|
|
params = {
|
|
params = {
|
|
{type = "const char *", name = "fileName"},
|
|
{type = "const char *", name = "fileName"},
|
|
{type = "int", name = "fontSize"},
|
|
{type = "int", name = "fontSize"},
|
|
- {type = "int *", name = "codepoints"},
|
|
|
|
|
|
+ {type = "const int *", name = "codepoints"},
|
|
{type = "int", name = "codepointCount"}
|
|
{type = "int", name = "codepointCount"}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -6573,7 +6573,7 @@ return {
|
|
{type = "const unsigned char *", name = "fileData"},
|
|
{type = "const unsigned char *", name = "fileData"},
|
|
{type = "int", name = "dataSize"},
|
|
{type = "int", name = "dataSize"},
|
|
{type = "int", name = "fontSize"},
|
|
{type = "int", name = "fontSize"},
|
|
- {type = "int *", name = "codepoints"},
|
|
|
|
|
|
+ {type = "const int *", name = "codepoints"},
|
|
{type = "int", name = "codepointCount"}
|
|
{type = "int", name = "codepointCount"}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -6593,7 +6593,7 @@ return {
|
|
{type = "const unsigned char *", name = "fileData"},
|
|
{type = "const unsigned char *", name = "fileData"},
|
|
{type = "int", name = "dataSize"},
|
|
{type = "int", name = "dataSize"},
|
|
{type = "int", name = "fontSize"},
|
|
{type = "int", name = "fontSize"},
|
|
- {type = "int *", name = "codepoints"},
|
|
|
|
|
|
+ {type = "const int *", name = "codepoints"},
|
|
{type = "int", name = "codepointCount"},
|
|
{type = "int", name = "codepointCount"},
|
|
{type = "int", name = "type"}
|
|
{type = "int", name = "type"}
|
|
}
|
|
}
|