GlyphRunAnalysis Class Methods
For a list of all members of this type, see GlyphRunAnalysis members.
| Name | Description |
  | Create | Overloaded. Creates a glyph run analysis object, which encapsulates information used to render a glyph run. |
 | CreateAlphaTexture | HRESULT IDWriteGlyphRunAnalysis::CreateAlphaTexture([In] DWRITE_TEXTURE_TYPE textureType,[In] const RECT* textureBounds,[Out, Buffer] unsigned char* alphaValues,[In] unsigned int bufferSize) |
 | Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
 | GetAlphaBlendParams | HRESULT IDWriteGlyphRunAnalysis::GetAlphaBlendParams([In] IDWriteRenderingParams* renderingParams,[Out] float* blendGamma,[Out] float* blendEnhancedContrast,[Out] float* blendClearTypeLevel) |
 | GetAlphaTextureBounds | HRESULT IDWriteGlyphRunAnalysis::GetAlphaTextureBounds([In] DWRITE_TEXTURE_TYPE textureType,[Out] RECT* textureBounds) |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
Top