mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
change version to 4.0.0
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user