Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
hb_draw_state_t Struct Reference

#include <hb-draw.h>

Data Fields

hb_bool_t path_open
 
float path_start_x
 
float path_start_y
 
float current_x
 
float current_y
 
hb_var_num_t reserved1
 
hb_var_num_t reserved2
 
hb_var_num_t reserved3
 
hb_var_num_t reserved4
 
hb_var_num_t reserved5
 
hb_var_num_t reserved6
 
hb_var_num_t reserved7
 

Detailed Description

hb_draw_state_t @path_open: Whether there is an open path @path_start_x: X component of the start of current path @path_start_y: Y component of the start of current path @current_x: X component of current point @current_y: Y component of current point

Current drawing state.

Since: 4.0.0

Definition at line 49 of file hb-draw.h.

Field Documentation

◆ current_x

float hb_draw_state_t::current_x

Definition at line 55 of file hb-draw.h.

◆ current_y

float hb_draw_state_t::current_y

Definition at line 56 of file hb-draw.h.

◆ path_open

hb_bool_t hb_draw_state_t::path_open

Definition at line 50 of file hb-draw.h.

◆ path_start_x

float hb_draw_state_t::path_start_x

Definition at line 52 of file hb-draw.h.

◆ path_start_y

float hb_draw_state_t::path_start_y

Definition at line 53 of file hb-draw.h.

◆ reserved1

hb_var_num_t hb_draw_state_t::reserved1

Definition at line 59 of file hb-draw.h.

◆ reserved2

hb_var_num_t hb_draw_state_t::reserved2

Definition at line 60 of file hb-draw.h.

◆ reserved3

hb_var_num_t hb_draw_state_t::reserved3

Definition at line 61 of file hb-draw.h.

◆ reserved4

hb_var_num_t hb_draw_state_t::reserved4

Definition at line 62 of file hb-draw.h.

◆ reserved5

hb_var_num_t hb_draw_state_t::reserved5

Definition at line 63 of file hb-draw.h.

◆ reserved6

hb_var_num_t hb_draw_state_t::reserved6

Definition at line 64 of file hb-draw.h.

◆ reserved7

hb_var_num_t hb_draw_state_t::reserved7

Definition at line 65 of file hb-draw.h.


The documentation for this struct was generated from the following file: