set-vertical-metrics.py 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. #MenuTitle: Set Vertical Metric Params
  2. # -*- coding: utf-8 -*-
  3. font = Glyphs.font
  4. print(font)
  5. __doc__="""
  6. Assumes the masters keep the same vertical metrics.
  7. I am not sure whether winAscent and winDescent should be different between masters,
  8. otherwise, but you should check if that's the case before using this script
  9. on a font where min/max heights are different between styles.
  10. Useful when created; may or may not match the latest Google Fonts vertical metrics standards.
  11. """
  12. font = Glyphs.font
  13. caps = ["A", "Aacute", "Abreve", "Acircumflex", "Adieresis", "Agrave", "Amacron", "Aogonek", "Aring", "Aringacute", "Atilde", "AE", "AEacute", "B", "C", "Cacute", "Ccaron", "Ccedilla", "Ccircumflex", "Cdotaccent", "D", "Eth", "Dcaron", "Dcroat", "Ddotbelow", "E", "Eacute", "Ebreve", "Ecaron", "Ecircumflex", "Edieresis", "Edotaccent", "Edotbelow", "Egrave", "Emacron", "Eogonek", "Etilde", "F", "G", "Gbreve", "Gcircumflex", "Gcommaaccent", "Gdotaccent", "H", "Hbar", "Hcircumflex", "Hdotbelow", "I", "IJ", "Iacute", "Ibreve", "Icircumflex", "Idieresis", "Idotaccent", "Idotbelow", "Igrave", "Imacron", "Iogonek", "Itilde", "J", "Jcircumflex", "K", "Kcommaaccent", "L", "Lacute", "Lcaron", "Lcommaaccent", "Ldot", "Lslash", "M", "N", "Nacute", "Ncaron", "Ncommaaccent", "Ndotaccent", "Eng", "Ntilde", "O", "Oacute", "Obreve", "Ocircumflex", "Odieresis", "Odotbelow", "Ograve", "Ohungarumlaut", "Omacron", "Oogonek", "Oslash", "Oslashacute", "Otilde", "OE", "P", "Thorn", "Q", "R", "Racute", "Rcaron", "Rcommaaccent", "Rdotbelow", "S", "Sacute", "Scaron", "Scircumflex", "Sdotbelow", "Schwa", "T", "Tbar", "Tcaron", "Tdotbelow", "U", "Uacute", "Ubreve", "Ucircumflex", "Udieresis", "Udotbelow", "Ugrave", "Uhungarumlaut", "Umacron", "Uogonek", "Uring", "Utilde", "V", "W", "Wacute", "Wcircumflex", "Wdieresis", "Wgrave", "X", "Y", "Yacute", "Ycircumflex", "Ydieresis", "Ygrave", "Ytilde", "Z", "Zacute", "Zcaron", "Zdotaccent", "Zdotbelow", "uni015E", "uni0162", "uni01C4", "uni01C5", "uni01C7", "uni01C8", "uni01CA", "uni01CB", "uni01F1", "uni01F2", "uni0218", "uni021A" ]
  14. lowercase = ["a", "aacute", "abreve", "acircumflex", "adieresis", "agrave", "amacron", "aogonek", "aring", "aringacute", "atilde", "ae", "aeacute", "b", "c", "cacute", "ccaron", "ccedilla", "ccircumflex", "cdotaccent", "d", "eth", "dcaron", "dcroat", "ddotbelow", "e", "eacute", "ebreve", "ecaron", "ecircumflex", "edieresis", "edotaccent", "edotbelow", "egrave", "emacron", "eogonek", "etilde", "schwa", "f", "g", "gbreve", "gcircumflex", "gcommaaccent", "gdotaccent", "h", "hbar", "hcircumflex", "hdotbelow", "i", "dotlessi", "iacute", "ibreve", "icircumflex", "idieresis", "idotbelow", "igrave", "ij", "imacron", "iogonek", "itilde", "j", "dotlessj", "jcircumflex", "k", "kcommaaccent", "kgreenlandic", "l", "lacute", "lcaron", "lcommaaccent", "ldot", "lslash", "m", "n", "nacute", "napostrophe", "ncaron", "ncommaaccent", "ndotaccent", "eng", "ntilde", "o", "oacute", "obreve", "ocircumflex", "odieresis", "odotbelow", "ograve", "ohungarumlaut", "omacron", "oogonek", "oslash", "oslashacute", "otilde", "oe", "p", "thorn", "q", "r", "racute", "rcaron", "rcommaaccent", "rdotbelow", "s", "sacute", "scaron", "scircumflex", "sdotbelow", "germandbls", "t", "tbar", "tcaron", "tdotbelow", "u", "uacute", "ubreve", "ucircumflex", "udieresis", "udotbelow", "ugrave", "uhungarumlaut", "umacron", "uni015F", "uni0163", "uni01C6", "uni01C9", "uni01CC", "uni01F3", "uni0219", "uni021B", "uogonek", "uring", "utilde", "v", "w", "wacute", "wcircumflex", "wdieresis", "wgrave", "x", "y", "yacute", "ycircumflex", "ydieresis", "ygrave", "ytilde", "z", "zacute", "zcaron", "zdotaccent", "zdotbelow", "c_t", "f_b", "f_f", "f_f_b", "f_f_h", "f_f_i", "f_f_j", "f_f_k", "f_f_l", "f_f_t", "f_h", "f_i", "f_j", "f_k", "f_l", "f_t", "s_t", ]
  15. # starter values
  16. mainMaxDescent = 0
  17. mainMaxDescentGlyph = ""
  18. maxDescent = 0
  19. mainMaxAscent = 0
  20. mainMaxAscentGlyph = ""
  21. maxAscent = 0
  22. # find highest and lowest point in font
  23. for glyph in font.glyphs:
  24. # get total yMax and yMin, for win values
  25. for layer in glyph.layers:
  26. # get descender of current layer
  27. descent = layer.bounds.origin.y
  28. # get ascender of current layer
  29. ascent = layer.bounds.size.height + descent
  30. # if descent/ascent of current layer is greater than previous max descents/ascents, update the max descent/ascent
  31. if descent <= maxDescent:
  32. maxDescent = descent
  33. maxDescentGlyph = glyph.name
  34. if ascent >= maxAscent:
  35. maxAscent = ascent
  36. maxAscentGlyph = glyph.name
  37. # get descender of current layer
  38. descent = layer.bounds.origin.y
  39. # get ascender of current layer (total height of layer, subtracting value of descender)
  40. ascent = layer.bounds.size.height + descent
  41. # get maximums of only letters in list vars, for typo and hhea values
  42. if glyph.name in caps:
  43. for layer in glyph.layers:
  44. if ascent >= mainMaxAscent:
  45. mainMaxAscent = ascent
  46. mainMaxAscentGlyph = glyph.name
  47. if glyph.name in lowercase:
  48. # if descent/ascent of current layer is greater than previous max descents/ascents, update the max descent/ascent
  49. if descent <= mainMaxDescent:
  50. mainMaxDescent = descent
  51. mainMaxDescentGlyph = glyph.name
  52. # check values for sanity
  53. print(maxDescentGlyph, maxDescent, maxAscentGlyph, maxAscent)
  54. # make lineGap so that the total of `ascent + descent + lineGap` equals 120% of UPM size
  55. UPM = font.upm
  56. totalSize = maxAscent + abs(maxDescent)
  57. # lineGap = int((UPM * 1.2)) - totalSize
  58. # print(UPM, UPM * 1.2, totalSize, lineGap)
  59. ## use highest/lowest points to set custom parameters for winAscent and winDescent
  60. ## following vertical metric schema from https://github.com/googlefonts/gf-docs/tree/master/VerticalMetrics (actually, that source must be updated to better recommendations found at https://github.com/googlefonts/fontbakery/issues/2164#issuecomment-436595886)
  61. font.customParameters["Use Typo Metrics"] = True
  62. for master in font.masters:
  63. # Win Ascent/Descent = Font bbox yMax/yMin
  64. master.customParameters["winAscent"] = maxAscent
  65. master.customParameters["winDescent"] = abs(maxDescent)
  66. typoLineGap = 0
  67. master.customParameters["typoLineGap"] = typoLineGap
  68. master.customParameters["hheaLineGap"] = typoLineGap
  69. typoDescender = mainMaxDescent
  70. master.customParameters["typoDescender"] = typoDescender
  71. master.customParameters["hheaDescender"] = typoDescender
  72. typoAscender = mainMaxAscent
  73. master.customParameters["typoAscender"] = typoAscender
  74. master.customParameters["hheaAscender"] = typoAscender