MCPcopy Create free account

hub / github.com/Chlumsky/msdf-atlas-gen / types & classes

Types & classes42 in github.com/Chlumsky/msdf-atlas-gen

↓ 10 callersClassPadding
msdf-atlas-gen/Padding.h:8
↓ 3 callersClassRectanglePacker
Guillotine 2D single bin packer
msdf-atlas-gen/RectanglePacker.h:10
↓ 2 callersClassWorkload
* This function allows to split a workload into multiple threads. * The worker function: * bool FN(int chunk, int threadNo); * should process t
msdf-atlas-gen/Workload.h:15
↓ 1 callersClassGlyphRange
msdf-atlas-gen/FontGeometry.h:20
ClassArteryFontExportProperties
msdf-atlas-gen/artery-font-export.h:13
ClassAtlasGenerator
Prototype of an atlas generator class. * An atlas generator maintains the atlas bitmap (AtlasStorage) and its layout and facilitates * generation
msdf-atlas-gen/AtlasGenerator.h:16
ClassAtlasStorage
Prototype of an atlas storage class. * An atlas storage physically holds the pixels of the atlas * and allows to read and write subsections repres
msdf-atlas-gen/AtlasStorage.h:17
ClassBitmapAtlasStorage
msdf-atlas-gen/BitmapAtlasStorage.h:10
EnumChangeFlag
msdf-atlas-gen/DynamicAtlas.h:19
ClassCharset
Represents a set of Unicode codepoints (characters)
msdf-atlas-gen/Charset.h:15
ClassCharsetLoadData
msdf-atlas-gen/charset-parser.cpp:244
ClassCharsetParseData
msdf-atlas-gen/charset-parser.cpp:274
ClassConfiguration
msdf-atlas-gen/main.cpp:302
EnumDimensionsConstraint
Constraints for the atlas's dimensions - see size selectors for more info
msdf-atlas-gen/types.h:55
ClassDynamicAtlas
msdf-atlas-gen/DynamicAtlas.h:16
ClassFontGeometry
Represents the geometry of all glyphs of a given font or font variant
msdf-atlas-gen/FontGeometry.h:17
ClassFontHolder
msdf-atlas-gen/main.cpp:1073
ClassFontInput
msdf-atlas-gen/main.cpp:292
ClassGeneratorAttributes
Configuration of signed distance field generator
msdf-atlas-gen/AtlasGenerator.h:33
ClassGlyphAttributes
msdf-atlas-gen/GlyphGeometry.h:17
ClassGlyphBox
The glyph box - its bounds in plane and atlas
msdf-atlas-gen/GlyphBox.h:9
ClassGlyphGeometry
Represents the shape geometry of a single glyph as well as its configuration
msdf-atlas-gen/GlyphGeometry.h:14
EnumGlyphIdentifierType
Glyph identification
msdf-atlas-gen/types.h:43
ClassGridAtlasPacker
* This class computes the layout of a static uniform grid atlas and may optionally * also find the minimum required dimensions and/or the maximum gly
msdf-atlas-gen/GridAtlasPacker.h:13
ClassGridMetrics
msdf-atlas-gen/json-export.h:12
EnumImageFormat
Atlas image encoding
msdf-atlas-gen/types.h:28
EnumImageType
Type of atlas image contents
msdf-atlas-gen/types.h:12
ClassImmediateAtlasGenerator
msdf-atlas-gen/ImmediateAtlasGenerator.h:18
ClassJsonAtlasMetrics
msdf-atlas-gen/json-export.h:11
ClassOrientedRectangle
msdf-atlas-gen/Rectangle.h:10
EnumPackingStyle
The method of computing the layout of the atlas
msdf-atlas-gen/types.h:49
ClassPngGuard
msdf-atlas-gen/image-encode.cpp:12
ClassPowerOfTwoSizeSelector
Selects square or rectangular (2:1) power-of-two dimensions
msdf-atlas-gen/size-selectors.h:41
ClassRectangle
msdf-atlas-gen/Rectangle.h:6
ClassRemap
Represents the repositioning of a subsection of the atlas
msdf-atlas-gen/Remap.h:7
ClassSquarePowerOfTwoSizeSelector
Selects square power-of-two dimensions
msdf-atlas-gen/size-selectors.h:27
ClassSquareSizeSelector
msdf-atlas-gen/size-selectors.h:10
ClassSquareSizeSelector<1>
msdf-atlas-gen/size-selectors.cpp:43
ClassSquareSizeSelector<2>
msdf-atlas-gen/size-selectors.cpp:44
ClassSquareSizeSelector<4>
msdf-atlas-gen/size-selectors.cpp:45
ClassTightAtlasPacker
* This class computes the layout of a static tightly packed atlas and may optionally * also find the minimum required dimensions and/or the maximum g
msdf-atlas-gen/TightAtlasPacker.h:14
EnumUnits
msdf-atlas-gen/main.cpp:285