src/Pure/Admin/build_fonts.scala
changeset 69437 1b64f82aaf76
parent 69436 1b406949981f
child 69795 4791988fcbc4
equal deleted inserted replaced
69436:1b406949981f 69437:1b64f82aaf76
   106         0x1f4d3,  // notebook (Symbola font)
   106         0x1f4d3,  // notebook (Symbola font)
   107         0x1f5c0,  // folder (Symbola font)
   107         0x1f5c0,  // folder (Symbola font)
   108         0x1f5cf,  // page (Symbola font)
   108         0x1f5cf,  // page (Symbola font)
   109       )
   109       )
   110 
   110 
   111       val vacuous_font: Seq[Int] =
   111     def isabelle_math_font: Seq[Int] =
   112         Seq(0x3c)  // "<" as template
   112       (0x21 to 0x2f) ++  // bang .. slash
       
   113       (0x3a to 0x40) ++  // colon .. atsign
       
   114       (0x5b to 0x5f) ++  // leftbracket .. underscore
       
   115       (0x7b to 0x7e) ++  // leftbrace .. tilde
       
   116       Seq(
       
   117         0xa9,  // copyright
       
   118         0xae,  // registered
       
   119       )
       
   120 
       
   121     val vacuous_font: Seq[Int] =
       
   122       Seq(0x3c)  // "<" as template
   113   }
   123   }
   114 
   124 
   115 
   125 
   116   /* font families */
   126   /* font families */
   117 
   127