armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Glyph
armos
graphics
font
読み込まれる文字を表します.
struct
Glyph {
size_t
index
;
uint
glyph
;
int
height
;
int
width
;
int
bearingX
;
int
bearingY
;
int
xmin
;
int
xmax
;
int
ymin
;
int
ymax
;
int
advance
;
float
tW
;
float
tH
;
float
t1
;
float
t2
;
float
v1
;
float
v2
;
void
setupInfo
(size_t index, uint glyph, FT_Face face);
}
Members
Functions
setupInfo
void
setupInfo
(size_t index, uint glyph, FT_Face face)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
advance
int
advance
;
Undocumented in source.
bearingX
int
bearingX
;
bearingY
int
bearingY
;
Undocumented in source.
glyph
uint
glyph
;
Undocumented in source.
height
int
height
;
Undocumented in source.
index
size_t
index
;
Undocumented in source.
t1
float
t1
;
t2
float
t2
;
tH
float
tH
;
Undocumented in source.
tW
float
tW
;
v1
float
v1
;
v2
float
v2
;
Undocumented in source.
width
int
width
;
xmax
int
xmax
;
Undocumented in source.
xmin
int
xmin
;
ymax
int
ymax
;
ymin
int
ymin
;
Undocumented in source.
Meta
Source
See Implementation
armos
graphics
font
classes
Font
structs
Glyph
読み込まれる文字を表します.