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