1.1.0
include
font-chef
size.h
1
#ifndef FONT_CHEF_SIZE_H
2
#define FONT_CHEF_SIZE_H
3
14
#include "font-chef/font-chef-export.h"
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
24
struct
fc_size
{
26
float
width
;
27
29
float
height
;
30
};
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
#endif
/* FONT_CHEF_SIZE_H */
fc_size::height
float height
The height value.
Definition:
size.h:29
fc_size
Contains width and height as floats.
Definition:
size.h:24
fc_size::width
float width
The width value.
Definition:
size.h:26
Generated by
1.8.17