Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context #66

Open
19 of 87 tasks
mikowitz opened this issue May 26, 2022 · 0 comments
Open
19 of 87 tasks

Context #66

mikowitz opened this issue May 26, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mikowitz
Copy link
Owner

mikowitz commented May 26, 2022

Base

  • create
  • status
  • save
  • restore
  • target
  • push_group
  • push_group_with_content
  • pop_group
  • pop_group_to_source
  • group_target

Source

  • set_source_rgb
  • set_source_rgba
  • set_source
  • source
  • set_source_surface
  • set_/antialias
  • set_/dash
  • dash_count
  • dash_dashes
  • dash_offset
  • set_/fill_rule
  • set_/line_cap
  • set_/line_join
  • set_/line_width
  • set_/miter_limit
  • set_/operator
  • set_/tolerance

Inking

  • clip
  • clip_preserve
  • clip_extents
  • in_clip
  • reset_clip
  • copy_clip_rectangle_list
  • fill
  • fill_preserve
  • fill_extents
  • in_fill
  • mask
  • mask_surface
  • paint
  • paint_with_alpha
  • stroke
  • stroke_preserve
  • stroke_extents
  • in_stroke
  • copy_page
  • show_page

Matrix

  • translate
  • scale
  • rotate
  • transform
  • set_/matrix
  • identity_matrix
  • user_to_device/_distance
  • device_to_user/_distance

Text

  • select_font_face
  • set_font_size
  • set_/font_matrix
  • set_/font_options
  • set_/font_face
  • set_/scaled_font
  • show_text
  • show_glyphs
  • show_text_glyphs
  • font_extents
  • text_extents
  • glyph_extents

Path

  • copy_path/_flat
  • append_path
  • has_/current_point
  • new_path
  • new_sub_path
  • close_path
  • arc
  • arc_negative
  • curve_to
  • line_to
  • move_to
  • rectangle
  • text_path
  • glyph_path
  • rel_curve_to
  • rel_line_to
  • rel_move_to
  • path_extents
  • tag_begin
  • tag_end
@mikowitz mikowitz added the enhancement New feature or request label May 26, 2022
@mikowitz mikowitz added this to the 1.0.0 milestone May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant