Autore Topic: Cave symbol for pit in Austrian style?  (Letto 6639 volte)

Dirk

  • Newbie
  • *
  • Post: 20
    • Mostra profilo
    • Freunde der Unterwelt Dachstein e.V.
Cave symbol for pit in Austrian style?
« il: Novembre 03, 2017, 11:58:44 pm »
Does a possibility exists to draw a pen type with decoration "empty triangles" for a pit?

Please see B44a - the second picture (b) with empty triangles:
http://hoehle.org/spelaeomerkblaetter

Of course it isn't UIS standard, but it is used in Austria.


cepe

  • Administrator
  • Hero Member
  • *****
  • Post: 598
    • Mostra profilo
Re:Cave symbol for pit in Austrian style?
« Risposta #1 il: Novembre 05, 2017, 03:02:23 pm »
In future I have planned to change the actual pen renderer with a new code fully customizable (also with user written code).
But, for now I try to add some workaround to get this...

Dirk

  • Newbie
  • *
  • Post: 20
    • Mostra profilo
    • Freunde der Unterwelt Dachstein e.V.
Re:Cave symbol for pit in Austrian style?
« Risposta #2 il: Maggio 14, 2022, 12:11:46 am »
Will a customizable pen renderer be available in V2?  ;)
Or could the code on GitHub updated maybe? Then i could try a hack myself.


Dirk

  • Newbie
  • *
  • Post: 20
    • Mostra profilo
    • Freunde der Unterwelt Dachstein e.V.
Re:Cave symbol for pit in Austrian style?
« Risposta #3 il: Maggio 14, 2022, 12:44:47 am »
Addendum:
oh, i hadn't looked at github for the last 2 days  ???

Mile grazie!

cepe

  • Administrator
  • Hero Member
  • *****
  • Post: 598
    • Mostra profilo
Re:Cave symbol for pit in Austrian style?
« Risposta #4 il: Maggio 15, 2022, 08:31:53 pm »
No, sorry. This feature (pen with custom 'drawer') still in the to do list.
But yes, I have updated github with v2 source code. If you download it give me some feedback. I this some file will be missing cause I was using two different SVN but I want to dismiss Visual Studio Team Foundation Server.
PS: Devexpress component are not present in the source code and I don't think that was public on nuget. If you get all files copy the missing library from the cSurvey compiled folder. Devexpress nuget and Devexpress 'designer' require a licence and I cannot give you the one I'm using cause is registered to the company I work for.

cepe

  • Administrator
  • Hero Member
  • *****
  • Post: 598
    • Mostra profilo
Re:Cave symbol for pit in Austrian style?
« Risposta #5 il: Maggio 15, 2022, 09:34:17 pm »
But...reading back your posts I think that I can add I function to save a customized pen (or brush) to be reusable. So you could create some missing pen with the actual UI, save it and reuse it every time you need.
Of course full customization cover more or, better, any scenario but the problem, now, is the massive use of 'Graphics' and 'GraphicsPath' objects. I have to remove it in the code using more powerfull object at least for the internal cache (for final drawing, at now, is not possibile...in future I have planned to migrate all to skia or siminal graphics engine).

cepe

  • Administrator
  • Hero Member
  • *****
  • Post: 598
    • Mostra profilo
Re:Cave symbol for pit in Austrian style?
« Risposta #6 il: Giugno 28, 2022, 07:55:52 am »
Will a customizable pen renderer be available in V2?  ;)
Or could the code on GitHub updated maybe? Then i could try a hack myself.

In the current v2 I have added (almost) full customizable pens and brushes (almost, cause, for now, is not possible to implement your pen or brush by code but I will implement this not so far in future).

Dirk

  • Newbie
  • *
  • Post: 20
    • Mostra profilo
    • Freunde der Unterwelt Dachstein e.V.
Re:Cave symbol for pit in Austrian style?
« Risposta #7 il: Giugno 29, 2022, 11:32:15 am »
Thank you. I got the source code to work. But I don't see myself being able to change anything quickly in this area.