change version to 4.0.0

This commit is contained in:
Vincent Wei
2019-04-06 13:34:20 +08:00
parent 2b01f35cac
commit dfd4a603f9
18 changed files with 97 additions and 96 deletions

View File

@@ -322,14 +322,14 @@ struct _FONTOPS
* The method to get the glyph value according to the character value.
* If it is NULL, the glyph value will be equal to the character value.
*
* Since 3.4.0.
* Since 4.0.0.
*/
Glyph32 (*get_glyph_value) (LOGFONT* logfont, DEVFONT* devfont, Achar32 chv);
/**
* The method to get the kerning delta values
*
* Since 3.4.0.
* Since 4.0.0.
*/
void (*get_kerning) (LOGFONT* logfont, DEVFONT* devfont,
Glyph32 prev, Glyph32 curr, int* delta_x, int* delta_y);