Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pcf-parser
v0.1.1
PCFParser
BitmapTable
Character
EncodingTable
Font
Metric
MetricsTable
Prop
PropertiesTable
TableType
TocEntry
Built with Crystal 1.9.2
2023-10-08 14:46:44 UTC
class
PCFParser::BitmapTable
PCFParser::BitmapTable
Reference
Object
Defined in:
pcf-parser.cr
Constructors
.new
(io)
TODO
Raise if format != PCF_DEFAULT
Instance Method Summary
#bitmaps
: Array(Bytes)
#data_bytes
: Int32
#padding_bytes
: Int32
Constructor Detail
def self.
new
(io)
#
TODO
Raise if format != PCF_DEFAULT
[
View source
]
Instance Method Detail
def
bitmaps
: Array(Bytes)
#
[
View source
]
def
data_bytes
: Int32
#
[
View source
]
def
padding_bytes
: Int32
#
[
View source
]