Sha256: 1d04e4050c354dd2e65c8962fc04ca4eb5c697ec18cca7932fbbb5ad28e5d0e6
Contents?: true
Size: 242 Bytes
Versions: 16
Compression:
Stored size: 242 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
16 entries across 16 versions & 1 rubygems