luke

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: opening all fonts from a folder #6059

    luke
    Member

    Okay, got it. Thanks a lot!

    in reply to: opening all fonts from a folder #6056

    luke
    Member

    sorry, or maybe it works – lets put it then in other words:
    how is it possible to access/see what is open (without an UI).

    print AllFonts()
    

    does’nt work in this case.

    in reply to: opening all fonts from a folder #6055

    luke
    Member

    thank you very much!

    OpenFont(path, showUI=False)
    

    instead of

    OpenFont(path)
    

    does not seem to work in this case?
    or should that also work?

    in reply to: GlyphPreview / interpolate / scale #5904

    luke
    Member

    thank you!
    I would like to scale the glyph, because at first I would like to preview a scaled and interpolated glyph.
    In order to output them later.
    maybe

    RFont(showUI=False)

    helps – need to try that.

    in reply to: GlyphPreview / interpolate / scale #5901

    luke
    Member

    and maybe you know also if the interpolation factor can be somehow divided in x and y?

    thanks in advance!

    in reply to: inserting glyph with specific unicode value #5897

    luke
    Member

    thank you – works fine!

    just for better understanding

     int(unicodeValueHex, 16) 

    16 is some kind of general conversion factor? sorry – bad at maths today.

    if I print

    from fontTools.agl import AGL2UV

    I get the glyphNames and the hex value of the unicodes, right?

    can you help with a line of code for converting the hex value back the actual unicode value?

    in reply to: Groups / @MMK #5889

    luke
    Member

    Sorry, just realized the duplicates where accidentally made when converting a file.
    Got it – thanks!

    in reply to: Groups / @MMK #5888

    luke
    Member

    2.) sorry, class means group!

    in reply to: GlyphLineView #5871

    luke
    Member

    Thank you, Frederik!
    this is more than clear – but I was never able to set them – not sure if this is the right way – e.g.

    view.setDisplayStates({‘Inverse’: True})
    if you then:
    print view.getDisplayStates()
    nothing changed.

    in reply to: GlyphLineView #5863

    luke
    Member

    great!
    thats what i needed! thanks!

    if you could (whenever you find time) show how to setDisplayStates, that would be awesome!

    in reply to: GlyphLineView #5861

    luke
    Member

    Unfortunately I have to use MultiLineView or GlyphLineView – which only displays glyphs (setGlyphs) – so I guess there is no easy solution.

    in reply to: GlyphLineView #5856

    luke
    Member

    thank you – that is clear! I am appending glyphs to a list which are displayed by a MultiLineView. Maybe you can help how I can do that in this case? do i have to somehow use: createNewLineGlyph(self)? thank you!

    in reply to: GlyphLineView #5853

    luke
    Member

    I just realized that GlyphLineView comes from DefconAppKit – so I guess I have to use MultiLineView.

Viewing 13 posts - 1 through 13 (of 13 total)