1 implementation of AllocateTableCache
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
992public byte[] AllocateTableCache(OpenTypeTags tableTag, int size)
1 reference to AllocateTableCache
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
639byte[] cache = font.AllocateTableCache(tableTag, cacheSize);