Method

GlyImageget_width

since: 1.0

Declaration [src]

uint32_t
gly_image_get_width (
  GlyImage* image
)

Description [src]

Early width information.

This information is often correct. However, it should only be used for an early rendering estimates. For everything else, the specific frame information should be used. See gly_frame_get_width().

Available since: 1.0

Return value

Type: uint32_t

Width.