Skip to content

Wip - #2420

Open
klayoutmatthias wants to merge 14 commits into
masterfrom
wip
Open

Wip#2420
klayoutmatthias wants to merge 14 commits into
masterfrom
wip

Conversation

@klayoutmatthias

Copy link
Copy Markdown
Collaborator

No description provided.

Matthias Koefferlein and others added 14 commits August 6, 2026 21:26
m = pya.Marker()
m.set(t)   # a DText
m.color = 0x000000
m.frame_color = 0xffffff
m.dither_pattern = 0
m.vertex_size = 0
m.line_width = 1
m.text_frame_enabled = False
m.dither_pattern = 2
Problem was that integers are converted to "long long"
in Python, which creates Variants rendering "#l1" as
parsable strings. These are marked as invalid by the
Syntax highlighter of the user properties editor.

This patch fixes the user properties editor syntax
highlighter to cover all Variant variants and
uses "long" type for Variant if possible.
… such texts non-scaling even with non-default font and borrowing the dimension from the default font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant