ithoxd-qrcode ~master (2016-07-06T03:15:32Z)
Dub
Repo
TypeInfo
dmagick
c
type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
TypeInfo {
size_t
face
;
char
*
path
;
char
*
name
;
char
*
description
;
char
*
family
;
StyleType
style
;
StretchType
stretch
;
size_t
weight
;
char
*
encoding
;
char
*
foundry
;
char
*
format
;
char
*
metrics
;
char
*
glyphs
;
MagickBooleanType
stealth
;
TypeInfo
*
previous
;
TypeInfo
*
next
;
size_t
signature
;
}
Members
Variables
description
char
*
description
;
Undocumented in source.
encoding
char
*
encoding
;
Undocumented in source.
face
size_t
face
;
family
char
*
family
;
format
char
*
format
;
foundry
char
*
foundry
;
glyphs
char
*
glyphs
;
metrics
char
*
metrics
;
name
char
*
name
;
next
TypeInfo
*
next
;
Undocumented in source.
path
char
*
path
;
Undocumented in source.
previous
TypeInfo
*
previous
;
Undocumented in source.
signature
size_t
signature
;
Undocumented in source.
stealth
MagickBooleanType
stealth
;
Undocumented in source.
stretch
StretchType
stretch
;
Undocumented in source.
style
StyleType
style
;
Undocumented in source.
weight
size_t
weight
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
type
enums
StretchType
StyleType
functions
GetTypeInfo
GetTypeInfoByFamily
GetTypeInfoList
GetTypeList
ListTypeInfo
TypeComponentGenesis
TypeComponentTerminus
structs
TypeInfo