a Glyph in ClearType is a single font character. It is not a raster image but a small TrueType program. TrueType defines glyphs as a series of quadratic Bézier splines and hints. it's a small push/pop machine language.
https://learn.microsoft.com/en-us/typography/truetype/fixing-rasterization-issues
https://learn.microsoft.com/en-us/typography/truetype/hinting-tutorial/hinting-and-truetype-instructions
ClearType calls TrueType to produce a raster image that ClearType then performs a filter on. This is done at runtime to produce a raster image based on the font size and screen resolution.
you can use the TrueType tool to produce a raster image of a font character in varies font sizes and screen resolutions.
https://learn.microsoft.com/en-us/typography/tools/vtt/
note: with modern hi-res displays, ClearType is fairly obsolete and been replaced with OpenType (an extended truetype format) which supports larger font families.