Forum Replies Created
-
AuthorPosts
-
Okay, got it. Thanks a lot!
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.
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?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.
maybeRFont(showUI=False)
helps – need to try that.
and maybe you know also if the interpolation factor can be somehow divided in x and y?
thanks in advance!
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?
Sorry, just realized the duplicates where accidentally made when converting a file.
Got it – thanks!2.) sorry, class means group!
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.great!
thats what i needed! thanks!if you could (whenever you find time) show how to setDisplayStates, that would be awesome!
Unfortunately I have to use MultiLineView or GlyphLineView – which only displays glyphs (setGlyphs) – so I guess there is no easy solution.
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!
I just realized that GlyphLineView comes from DefconAppKit – so I guess I have to use MultiLineView.
-
AuthorPosts