FT_Bitmap_Size

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
struct FT_Bitmap_Size {}

Members

Variables

height
FT_Short height;
Undocumented in source.
size
FT_Pos size;
Undocumented in source.
width
FT_Short width;
Undocumented in source.
x_ppem
FT_Pos x_ppem;
Undocumented in source.
y_ppem
FT_Pos y_ppem;
Undocumented in source.

Meta