Sha256: 2e653368fd9ec99a35238ca245e966eaab4986e9e00f6d473f85929d4d589b04
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx FONTRESTRICT_NONE = 0 FONTRESTRICT_SCALABLE = 1 << 0 FONTRESTRICT_FIXEDPITCH = 1 << 1 end
Version data entries
7 entries across 7 versions & 1 rubygems